Html Css Color HEX #6522EA Han Purple

📋 copy color: '#6522EA'

red 101 ◦ green 34 ◦ blue 234

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

Shades of Han Purple #6522EA

Tints of Han Purple #6522EA

RGB

 RED value IS 101 (39.84% from 255) = 27.37%

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

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 27.37%
G = 9.21%
B = 63.41%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6522EA (or 0x6522EA) is known color: Han Purple. HEX triplet: 65, 22 and EA. RGB value is (101,34,234). Sum of RGB (Red+Green+Blue) = 101+34+234=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #6522EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522EA is #9ADD15. Grayscale: #4C4C4C. Windows color (decimal): -10149142 or 15344229. OLE color: 15344229.

HSL color Cylindrical-coordinate representation of color #6522EA: hue angle of 260.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6522EA is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 34 234 -
CMYK 0.57 0.85 0 0.08
HSL 260.1º 0.83% 0.53% -
HSV(B) 260.1º 0.85% 0.92% -
XYZ 20.79 9.85 78.65 -
YUV 76.83 216.7 145.24 -
System Red Green Blue C M Y K H S L
Decimal 101 34 234 0.57 0.85 0 0.08 260.1 0.83 0.53
Hex 65 22 EA 39 55 0 8 104 53 35
Octal 145 42 352 71 125 0 10 404 123 65
Binary 1100101 100010 11101010 111001 1010101 0 1000 100000100 1010011 110101

Color Harmonies of #6522EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522EA

Black with #6522EA

Text Example


Text Example

White with #6522EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6522EA; }

 p { color: rgb(101,34,234); }

 H1.HeaderClassName
 {
   color: #6522EA;
 }
 .AnyTagClassName
 {
   color: #6522EA;
 }
</style>

background-color css

<style>
 a { background-color: #6522EA; }

 a { background-color: rgb(101,34,234); }

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

border-color css

<style>
 span { border-color: #6522EA; }

 span { border-color: rgb(101,34,234); }

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