Html Css Color HEX #420DBF Purple Heart

📋 copy color: '#420DBF'

red 66 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #420DBF

Tints of Purple Heart #420DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

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

R = 24.44%
G = 4.81%
B = 70.74%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#420DBF (or 0x420DBF) is known color: Purple Heart. HEX triplet: 42, 0D and BF. RGB value is (66,13,191). Sum of RGB (Red+Green+Blue) = 66+13+191=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #420DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DBF is #BDF240. Grayscale: #303030. Windows color (decimal): -12448321 or 12520770. OLE color: 12520770.

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

Color convert

RGB 66 13 191 -
CMYK 0.65 0.93 0 0.25
HSL 257.87º 0.87% 0.4% -
HSV(B) 257.87º 0.93% 0.75% -
XYZ 11.79 5.21 49.67 -
YUV 49.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 66 13 191 0.65 0.93 0 0.25 257.87 0.87 0.4
Hex 42 D BF 41 5D 0 19 102 57 28
Octal 102 15 277 101 135 0 31 402 127 50
Binary 1000010 1101 10111111 1000001 1011101 0 11001 100000010 1010111 101000

Color Harmonies of #420DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DBF

Black with #420DBF

Text Example


Text Example

White with #420DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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