Html Css Color HEX #4210EC Han Purple

📋 copy color: '#4210EC'

red 66 ◦ green 16 ◦ blue 236

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

Shades of Han Purple #4210EC

Tints of Han Purple #4210EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

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

R = 20.75%
G = 5.03%
B = 74.21%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4210EC (or 0x4210EC) is known color: Han Purple. HEX triplet: 42, 10 and EC. RGB value is (66,16,236). Sum of RGB (Red+Green+Blue) = 66+16+236=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #4210EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210EC is #BDEF13. Grayscale: #373737. Windows color (decimal): -12447508 or 15470658. OLE color: 15470658.

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

Color convert

RGB 66 16 236 -
CMYK 0.72 0.93 0 0.07
HSL 253.64º 0.87% 0.49% -
HSV(B) 253.64º 0.93% 0.93% -
XYZ 17.57 7.58 79.89 -
YUV 56.03 229.57 135.11 -
System Red Green Blue C M Y K H S L
Decimal 66 16 236 0.72 0.93 0 0.07 253.64 0.87 0.49
Hex 42 10 EC 48 5D 0 7 FE 57 31
Octal 102 20 354 110 135 0 7 376 127 61
Binary 1000010 10000 11101100 1001000 1011101 0 111 11111110 1010111 110001

Color Harmonies of #4210EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4210EC

Black with #4210EC

Text Example


Text Example

White with #4210EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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