Html Css Color HEX #420FBF Purple Heart

📋 copy color: '#420FBF'

red 66 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #420FBF

Tints of Purple Heart #420FBF

RGB

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

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

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

R = 24.26%
G = 5.51%
B = 70.22%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#420FBF (or 0x420FBF) is known color: Purple Heart. HEX triplet: 42, 0F and BF. RGB value is (66,15,191). Sum of RGB (Red+Green+Blue) = 66+15+191=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #420FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FBF is #BDF040. Grayscale: #313131. Windows color (decimal): -12447809 or 12521282. OLE color: 12521282.

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

Color convert

RGB 66 15 191 -
CMYK 0.65 0.92 0 0.25
HSL 257.39º 0.85% 0.4% -
HSV(B) 257.39º 0.92% 0.75% -
XYZ 11.82 5.26 49.68 -
YUV 50.31 207.4 139.19 -
System Red Green Blue C M Y K H S L
Decimal 66 15 191 0.65 0.92 0 0.25 257.39 0.85 0.4
Hex 42 F BF 41 5C 0 19 101 55 28
Octal 102 17 277 101 134 0 31 401 125 50
Binary 1000010 1111 10111111 1000001 1011100 0 11001 100000001 1010101 101000

Color Harmonies of #420FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FBF

Black with #420FBF

Text Example


Text Example

White with #420FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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