Html Css Color HEX #6422ED Han Purple

📋 copy color: '#6422ED'

red 100 ◦ green 34 ◦ blue 237

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

Shades of Han Purple #6422ED

Tints of Han Purple #6422ED

RGB

 RED value IS 100 (39.45% from 255) = 26.95%

 GREEN value IS 34 (13.67% from 255) = 9.16%

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

R = 26.95%
G = 9.16%
B = 63.88%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6422ED (or 0x6422ED) is known color: Han Purple. HEX triplet: 64, 22 and ED. RGB value is (100,34,237). Sum of RGB (Red+Green+Blue) = 100+34+237=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #6422ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6422ED is #9BDD12. Grayscale: #4C4C4C. Windows color (decimal): -10214675 or 15540836. OLE color: 15540836.

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

Color convert

RGB 100 34 237 -
CMYK 0.58 0.86 0 0.07
HSL 259.51º 0.85% 0.53% -
HSV(B) 259.51º 0.86% 0.93% -
XYZ 21.11 9.97 80.93 -
YUV 76.88 218.37 144.49 -
System Red Green Blue C M Y K H S L
Decimal 100 34 237 0.58 0.86 0 0.07 259.51 0.85 0.53
Hex 64 22 ED 3A 56 0 7 104 55 35
Octal 144 42 355 72 126 0 7 404 125 65
Binary 1100100 100010 11101101 111010 1010110 0 111 100000100 1010101 110101

Color Harmonies of #6422ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422ED

Black with #6422ED

Text Example


Text Example

White with #6422ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,34,237); }

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

background-color css

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

 a { background-color: rgb(100,34,237); }

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

border-color css

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

 span { border-color: rgb(100,34,237); }

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