Html Css Color HEX #421FB4 Purple Heart

📋 copy color: '#421FB4'

red 66 ◦ green 31 ◦ blue 180

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

Shades of Purple Heart #421FB4

Tints of Purple Heart #421FB4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.19%

 BLUE value IS 180 (70.7% from 255) = 64.98%

R = 23.83%
G = 11.19%
B = 64.98%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#421FB4 (or 0x421FB4) is known color: Purple Heart. HEX triplet: 42, 1F and B4. RGB value is (66,31,180). Sum of RGB (Red+Green+Blue) = 66+31+180=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #421FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FB4 is #BDE04B. Grayscale: #393939. Windows color (decimal): -12443724 or 11804482. OLE color: 11804482.

HSL color Cylindrical-coordinate representation of color #421FB4: hue angle of 254.09º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421FB4 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 31 180 -
CMYK 0.63 0.83 0 0.29
HSL 254.09º 0.71% 0.41% -
HSV(B) 254.09º 0.83% 0.71% -
XYZ 10.97 5.43 43.65 -
YUV 58.45 196.6 133.38 -
System Red Green Blue C M Y K H S L
Decimal 66 31 180 0.63 0.83 0 0.29 254.09 0.71 0.41
Hex 42 1F B4 3F 53 0 1D FE 47 29
Octal 102 37 264 77 123 0 35 376 107 51
Binary 1000010 11111 10110100 111111 1010011 0 11101 11111110 1000111 101001

Color Harmonies of #421FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FB4

Black with #421FB4

Text Example


Text Example

White with #421FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,180); }

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

background-color css

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

 a { background-color: rgb(66,31,180); }

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

border-color css

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

 span { border-color: rgb(66,31,180); }

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