Html Css Color HEX #420CFB Han Purple

📋 copy color: '#420CFB'

red 66 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #420CFB

Tints of Han Purple #420CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 76.29%

R = 20.06%
G = 3.65%
B = 76.29%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#420CFB (or 0x420CFB) is known color: Han Purple. HEX triplet: 42, 0C and FB. RGB value is (66,12,251). Sum of RGB (Red+Green+Blue) = 66+12+251=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #420CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420CFB is #BDF304. Grayscale: #363636. Windows color (decimal): -12448517 or 16452674. OLE color: 16452674.

HSL color Cylindrical-coordinate representation of color #420CFB: hue angle of 253.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CFB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 12 251 -
CMYK 0.74 0.95 0 0.02
HSL 253.56º 0.97% 0.52% -
HSV(B) 253.56º 0.95% 0.98% -
XYZ 19.79 8.39 91.84 -
YUV 55.39 238.39 135.57 -
System Red Green Blue C M Y K H S L
Decimal 66 12 251 0.74 0.95 0 0.02 253.56 0.97 0.52
Hex 42 C FB 4A 5F 0 2 FE 61 34
Octal 102 14 373 112 137 0 2 376 141 64
Binary 1000010 1100 11111011 1001010 1011111 0 10 11111110 1100001 110100

Color Harmonies of #420CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CFB

Black with #420CFB

Text Example


Text Example

White with #420CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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