Html Css Color HEX #4214EA Han Purple

📋 copy color: '#4214EA'

red 66 ◦ green 20 ◦ blue 234

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

Shades of Han Purple #4214EA

Tints of Han Purple #4214EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 234 (91.8% from 255) = 73.13%

R = 20.63%
G = 6.25%
B = 73.13%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4214EA (or 0x4214EA) is known color: Han Purple. HEX triplet: 42, 14 and EA. RGB value is (66,20,234). Sum of RGB (Red+Green+Blue) = 66+20+234=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #4214EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4214EA is #BDEB15. Grayscale: #393939. Windows color (decimal): -12446486 or 15340610. OLE color: 15340610.

HSL color Cylindrical-coordinate representation of color #4214EA: hue angle of 252.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4214EA is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 20 234 -
CMYK 0.72 0.91 0 0.08
HSL 252.9º 0.84% 0.5% -
HSV(B) 252.9º 0.91% 0.92% -
XYZ 17.35 7.6 78.39 -
YUV 58.15 227.24 133.6 -
System Red Green Blue C M Y K H S L
Decimal 66 20 234 0.72 0.91 0 0.08 252.9 0.84 0.5
Hex 42 14 EA 48 5B 0 8 FD 54 32
Octal 102 24 352 110 133 0 10 375 124 62
Binary 1000010 10100 11101010 1001000 1011011 0 1000 11111101 1010100 110010

Color Harmonies of #4214EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4214EA

Black with #4214EA

Text Example


Text Example

White with #4214EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4214EA; }

 p { color: rgb(66,20,234); }

 H1.HeaderClassName
 {
   color: #4214EA;
 }
 .AnyTagClassName
 {
   color: #4214EA;
 }
</style>

background-color css

<style>
 a { background-color: #4214EA; }

 a { background-color: rgb(66,20,234); }

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

border-color css

<style>
 span { border-color: #4214EA; }

 span { border-color: rgb(66,20,234); }

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