Html Css Color HEX #4210CE Han Purple

📋 copy color: '#4210CE'

red 66 ◦ green 16 ◦ blue 206

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

Shades of Han Purple #4210CE

Tints of Han Purple #4210CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.53%

R = 22.92%
G = 5.56%
B = 71.53%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4210CE (or 0x4210CE) is known color: Han Purple. HEX triplet: 42, 10 and CE. RGB value is (66,16,206). Sum of RGB (Red+Green+Blue) = 66+16+206=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #4210CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4210CE is #BDEF31. Grayscale: #333333. Windows color (decimal): -12447538 or 13504578. OLE color: 13504578.

HSL color Cylindrical-coordinate representation of color #4210CE: hue angle of 255.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4210CE is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 16 206 -
CMYK 0.68 0.92 0 0.19
HSL 255.79º 0.86% 0.44% -
HSV(B) 255.79º 0.92% 0.81% -
XYZ 13.57 5.99 58.83 -
YUV 52.61 214.57 137.55 -
System Red Green Blue C M Y K H S L
Decimal 66 16 206 0.68 0.92 0 0.19 255.79 0.86 0.44
Hex 42 10 CE 44 5C 0 13 100 56 2C
Octal 102 20 316 104 134 0 23 400 126 54
Binary 1000010 10000 11001110 1000100 1011100 0 10011 100000000 1010110 101100

Color Harmonies of #4210CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4210CE

Black with #4210CE

Text Example


Text Example

White with #4210CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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