Html Css Color HEX #4216ED Han Purple

📋 copy color: '#4216ED'

red 66 ◦ green 22 ◦ blue 237

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

Shades of Han Purple #4216ED

Tints of Han Purple #4216ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.77%

 BLUE value IS 237 (92.97% from 255) = 72.92%

R = 20.31%
G = 6.77%
B = 72.92%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4216ED (or 0x4216ED) is known color: Han Purple. HEX triplet: 42, 16 and ED. RGB value is (66,22,237). Sum of RGB (Red+Green+Blue) = 66+22+237=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #4216ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4216ED is #BDE912. Grayscale: #3A3A3A. Windows color (decimal): -12445971 or 15537730. OLE color: 15537730.

HSL color Cylindrical-coordinate representation of color #4216ED: hue angle of 252.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4216ED is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 22 237 -
CMYK 0.72 0.91 0 0.07
HSL 252.28º 0.86% 0.51% -
HSV(B) 252.28º 0.91% 0.93% -
XYZ 17.82 7.85 80.7 -
YUV 59.67 228.08 132.52 -
System Red Green Blue C M Y K H S L
Decimal 66 22 237 0.72 0.91 0 0.07 252.28 0.86 0.51
Hex 42 16 ED 48 5B 0 7 FC 56 33
Octal 102 26 355 110 133 0 7 374 126 63
Binary 1000010 10110 11101101 1001000 1011011 0 111 11111100 1010110 110011

Color Harmonies of #4216ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4216ED

Black with #4216ED

Text Example


Text Example

White with #4216ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4216ED; }

 p { color: rgb(66,22,237); }

 H1.HeaderClassName
 {
   color: #4216ED;
 }
 .AnyTagClassName
 {
   color: #4216ED;
 }
</style>

background-color css

<style>
 a { background-color: #4216ED; }

 a { background-color: rgb(66,22,237); }

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

border-color css

<style>
 span { border-color: #4216ED; }

 span { border-color: rgb(66,22,237); }

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