Html Css Color HEX #420FCD Purple Heart

📋 copy color: '#420FCD'

red 66 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #420FCD

Tints of Purple Heart #420FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.24%

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 23.08%
G = 5.24%
B = 71.68%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#420FCD (or 0x420FCD) is known color: Purple Heart. HEX triplet: 42, 0F and CD. RGB value is (66,15,205). Sum of RGB (Red+Green+Blue) = 66+15+205=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #420FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FCD is #BDF032. Grayscale: #333333. Windows color (decimal): -12447795 or 13438786. OLE color: 13438786.

HSL color Cylindrical-coordinate representation of color #420FCD: hue angle of 256.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420FCD is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 15 205 -
CMYK 0.68 0.93 0 0.20
HSL 256.11º 0.86% 0.43% -
HSV(B) 256.11º 0.93% 0.8% -
XYZ 13.44 5.91 58.19 -
YUV 51.91 214.4 138.05 -
System Red Green Blue C M Y K H S L
Decimal 66 15 205 0.68 0.93 0 0.20 256.11 0.86 0.43
Hex 42 F CD 44 5D 0 14 100 56 2B
Octal 102 17 315 104 135 0 24 400 126 53
Binary 1000010 1111 11001101 1000100 1011101 0 10100 100000000 1010110 101011

Color Harmonies of #420FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FCD

Black with #420FCD

Text Example


Text Example

White with #420FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420FCD; }

 p { color: rgb(66,15,205); }

 H1.HeaderClassName
 {
   color: #420FCD;
 }
 .AnyTagClassName
 {
   color: #420FCD;
 }
</style>

background-color css

<style>
 a { background-color: #420FCD; }

 a { background-color: rgb(66,15,205); }

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

border-color css

<style>
 span { border-color: #420FCD; }

 span { border-color: rgb(66,15,205); }

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