Html Css Color HEX #420BE7 Han Purple

📋 copy color: '#420BE7'

red 66 ◦ green 11 ◦ blue 231

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

Shades of Han Purple #420BE7

Tints of Han Purple #420BE7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 231 (90.63% from 255) = 75%

R = 21.43%
G = 3.57%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#420BE7 (or 0x420BE7) is known color: Han Purple. HEX triplet: 42, 0B and E7. RGB value is (66,11,231). Sum of RGB (Red+Green+Blue) = 66+11+231=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #420BE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BE7 is #BDF418. Grayscale: #333333. Windows color (decimal): -12448793 or 15141698. OLE color: 15141698.

HSL color Cylindrical-coordinate representation of color #420BE7: hue angle of 255º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BE7 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 11 231 -
CMYK 0.71 0.95 0 0.09
HSL 255º 0.91% 0.47% -
HSV(B) 255º 0.95% 0.91% -
XYZ 16.79 7.17 76.1 -
YUV 52.53 228.72 137.61 -
System Red Green Blue C M Y K H S L
Decimal 66 11 231 0.71 0.95 0 0.09 255 0.91 0.47
Hex 42 B E7 47 5F 0 9 FF 5B 2F
Octal 102 13 347 107 137 0 11 377 133 57
Binary 1000010 1011 11100111 1000111 1011111 0 1001 11111111 1011011 101111

Color Harmonies of #420BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BE7

Black with #420BE7

Text Example


Text Example

White with #420BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,11,231); }

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

background-color css

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

 a { background-color: rgb(66,11,231); }

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

border-color css

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

 span { border-color: rgb(66,11,231); }

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