Html Css Color HEX #421FCE Purple Heart

📋 copy color: '#421FCE'

red 66 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #421FCE

Tints of Purple Heart #421FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 21.78%
G = 10.23%
B = 67.99%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#421FCE (or 0x421FCE) is known color: Purple Heart. HEX triplet: 42, 1F and CE. RGB value is (66,31,206). Sum of RGB (Red+Green+Blue) = 66+31+206=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #421FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FCE is #BDE031. Grayscale: #3C3C3C. Windows color (decimal): -12443698 or 13508418. OLE color: 13508418.

HSL color Cylindrical-coordinate representation of color #421FCE: hue angle of 252º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421FCE is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 31 206 -
CMYK 0.68 0.85 0 0.19
HSL 252º 0.74% 0.46% -
HSV(B) 252º 0.85% 0.81% -
XYZ 13.88 6.59 58.93 -
YUV 61.42 209.6 131.27 -
System Red Green Blue C M Y K H S L
Decimal 66 31 206 0.68 0.85 0 0.19 252 0.74 0.46
Hex 42 1F CE 44 55 0 13 FC 4A 2E
Octal 102 37 316 104 125 0 23 374 112 56
Binary 1000010 11111 11001110 1000100 1010101 0 10011 11111100 1001010 101110

Color Harmonies of #421FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FCE

Black with #421FCE

Text Example


Text Example

White with #421FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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