Html Css Color HEX #4214EC Han Purple

📋 copy color: '#4214EC'

red 66 ◦ green 20 ◦ blue 236

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

Shades of Han Purple #4214EC

Tints of Han Purple #4214EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.29%

R = 20.5%
G = 6.21%
B = 73.29%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4214EC (or 0x4214EC) is known color: Han Purple. HEX triplet: 42, 14 and EC. RGB value is (66,20,236). Sum of RGB (Red+Green+Blue) = 66+20+236=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #4214EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4214EC is #BDEB13. Grayscale: #393939. Windows color (decimal): -12446484 or 15471682. OLE color: 15471682.

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

Color convert

RGB 66 20 236 -
CMYK 0.72 0.92 0 0.07
HSL 252.78º 0.85% 0.5% -
HSV(B) 252.78º 0.92% 0.93% -
XYZ 17.64 7.71 79.92 -
YUV 58.38 228.24 133.44 -
System Red Green Blue C M Y K H S L
Decimal 66 20 236 0.72 0.92 0 0.07 252.78 0.85 0.5
Hex 42 14 EC 48 5C 0 7 FD 55 32
Octal 102 24 354 110 134 0 7 375 125 62
Binary 1000010 10100 11101100 1001000 1011100 0 111 11111101 1010101 110010

Color Harmonies of #4214EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4214EC

Black with #4214EC

Text Example


Text Example

White with #4214EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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