Html Css Color HEX #6526EE Han Purple

📋 copy color: '#6526EE'

red 101 ◦ green 38 ◦ blue 238

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

Shades of Han Purple #6526EE

Tints of Han Purple #6526EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

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

R = 26.79%
G = 10.08%
B = 63.13%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6526EE (or 0x6526EE) is known color: Han Purple. HEX triplet: 65, 26 and EE. RGB value is (101,38,238). Sum of RGB (Red+Green+Blue) = 101+38+238=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #6526EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6526EE is #9AD911. Grayscale: #4E4E4E. Windows color (decimal): -10148114 or 15607397. OLE color: 15607397.

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

Color convert

RGB 101 38 238 -
CMYK 0.58 0.84 0 0.07
HSL 258.9º 0.85% 0.54% -
HSV(B) 258.9º 0.84% 0.93% -
XYZ 21.49 10.33 81.75 -
YUV 79.64 217.37 143.24 -
System Red Green Blue C M Y K H S L
Decimal 101 38 238 0.58 0.84 0 0.07 258.9 0.85 0.54
Hex 65 26 EE 3A 54 0 7 103 55 36
Octal 145 46 356 72 124 0 7 403 125 66
Binary 1100101 100110 11101110 111010 1010100 0 111 100000011 1010101 110110

Color Harmonies of #6526EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526EE

Black with #6526EE

Text Example


Text Example

White with #6526EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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