Html Css Color HEX #421BB8 Purple Heart

📋 copy color: '#421BB8'

red 66 ◦ green 27 ◦ blue 184

#421BB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #421BB8

Tints of Purple Heart #421BB8

RGB

 RED value IS 66 (26.17% from 255) = 23.83%

 GREEN value IS 27 (10.94% from 255) = 9.75%

 BLUE value IS 184 (72.27% from 255) = 66.43%

R = 23.83%
G = 9.75%
B = 66.43%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#421BB8 (or 0x421BB8) is known color: Purple Heart. HEX triplet: 42, 1B and B8. RGB value is (66,27,184). Sum of RGB (Red+Green+Blue) = 66+27+184=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 184 (72.27% from 255 or 66.43% from 277); Max value from RGB is 184 - color contains mainly: blue. Hex color #421BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BB8 is #BDE447. Grayscale: #373737. Windows color (decimal): -12444744 or 12065602. OLE color: 12065602.

HSL color Cylindrical-coordinate representation of color #421BB8: hue angle of 254.9º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421BB8 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 27 184 -
CMYK 0.64 0.85 0 0.28
HSL 254.9º 0.74% 0.41% -
HSV(B) 254.9º 0.85% 0.72% -
XYZ 11.29 5.4 45.8 -
YUV 56.56 199.92 134.73 -
System Red Green Blue C M Y K H S L
Decimal 66 27 184 0.64 0.85 0 0.28 254.9 0.74 0.41
Hex 42 1B B8 40 55 0 1C FF 4A 29
Octal 102 33 270 100 125 0 34 377 112 51
Binary 1000010 11011 10111000 1000000 1010101 0 11100 11111111 1001010 101001

Color Harmonies of #421BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BB8

Black with #421BB8

Text Example


Text Example

White with #421BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421BB8; }

 p { color: rgb(66,27,184); }

 H1.HeaderClassName
 {
   color: #421BB8;
 }
 .AnyTagClassName
 {
   color: #421BB8;
 }
</style>

background-color css

<style>
 a { background-color: #421BB8; }

 a { background-color: rgb(66,27,184); }

 div.DivClassName
 {
   background-color: #421BB8;
 }
 .BgClassName
 {
   background-color: #421BB8;
 }
</style>

border-color css

<style>
 span { border-color: #421BB8; }

 span { border-color: rgb(66,27,184); }

 td.TdClassName
 {
   border-color: #421BB8;
 }
 .TagClassName
 {
   border-color: #421BB8;
 }
</style>