Html Css Color HEX #420CBF Purple Heart

📋 copy color: '#420CBF'

red 66 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #420CBF

Tints of Purple Heart #420CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 191 (75% from 255) = 71%

R = 24.54%
G = 4.46%
B = 71%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#420CBF (or 0x420CBF) is known color: Purple Heart. HEX triplet: 42, 0C and BF. RGB value is (66,12,191). Sum of RGB (Red+Green+Blue) = 66+12+191=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #420CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CBF is #BDF340. Grayscale: #2F2F2F. Windows color (decimal): -12448577 or 12520514. OLE color: 12520514.

HSL color Cylindrical-coordinate representation of color #420CBF: hue angle of 258.1º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CBF is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 12 191 -
CMYK 0.65 0.94 0 0.25
HSL 258.1º 0.88% 0.4% -
HSV(B) 258.1º 0.94% 0.75% -
XYZ 11.78 5.18 49.67 -
YUV 48.55 208.39 140.45 -
System Red Green Blue C M Y K H S L
Decimal 66 12 191 0.65 0.94 0 0.25 258.1 0.88 0.4
Hex 42 C BF 41 5E 0 19 102 58 28
Octal 102 14 277 101 136 0 31 402 130 50
Binary 1000010 1100 10111111 1000001 1011110 0 11001 100000010 1011000 101000

Color Harmonies of #420CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CBF

Black with #420CBF

Text Example


Text Example

White with #420CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,12,191); }

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

background-color css

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

 a { background-color: rgb(66,12,191); }

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

border-color css

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

 span { border-color: rgb(66,12,191); }

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