Html Css Color HEX #6522EE Han Purple

📋 copy color: '#6522EE'

red 101 ◦ green 34 ◦ blue 238

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

Shades of Han Purple #6522EE

Tints of Han Purple #6522EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.81%

R = 27.08%
G = 9.12%
B = 63.81%

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

#6522EE (or 0x6522EE) is known color: Han Purple. HEX triplet: 65, 22 and EE. RGB value is (101,34,238). Sum of RGB (Red+Green+Blue) = 101+34+238=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #6522EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522EE is #9ADD11. Grayscale: #4C4C4C. Windows color (decimal): -10149138 or 15606373. OLE color: 15606373.

HSL color Cylindrical-coordinate representation of color #6522EE: hue angle of 259.71º degrees, saturation: 0.86, 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 #6522EE is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 34 238 -
CMYK 0.58 0.86 0 0.07
HSL 259.71º 0.86% 0.53% -
HSV(B) 259.71º 0.86% 0.93% -
XYZ 21.37 10.08 81.71 -
YUV 77.29 218.7 144.91 -
System Red Green Blue C M Y K H S L
Decimal 101 34 238 0.58 0.86 0 0.07 259.71 0.86 0.53
Hex 65 22 EE 3A 56 0 7 104 56 35
Octal 145 42 356 72 126 0 7 404 126 65
Binary 1100101 100010 11101110 111010 1010110 0 111 100000100 1010110 110101

Color Harmonies of #6522EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522EE

Black with #6522EE

Text Example


Text Example

White with #6522EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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