Html Css Color HEX #6526E4 Han Purple

📋 copy color: '#6526E4'

red 101 ◦ green 38 ◦ blue 228

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

Shades of Han Purple #6526E4

Tints of Han Purple #6526E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 62.13%

R = 27.52%
G = 10.35%
B = 62.13%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6526E4 (or 0x6526E4) is known color: Han Purple. HEX triplet: 65, 26 and E4. RGB value is (101,38,228). Sum of RGB (Red+Green+Blue) = 101+38+228=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 228 (89.45% from 255 or 62.13% from 367); Max value from RGB is 228 - color contains mainly: blue. Hex color #6526E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6526E4 is #9AD91B. Grayscale: #4D4D4D. Windows color (decimal): -10148124 or 14952037. OLE color: 14952037.

HSL color Cylindrical-coordinate representation of color #6526E4: hue angle of 259.89º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6526E4 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 101 38 228 -
CMYK 0.56 0.83 0 0.11
HSL 259.89º 0.78% 0.52% -
HSV(B) 259.89º 0.83% 0.89% -
XYZ 20.06 9.75 74.22 -
YUV 78.5 212.37 144.05 -
System Red Green Blue C M Y K H S L
Decimal 101 38 228 0.56 0.83 0 0.11 259.89 0.78 0.52
Hex 65 26 E4 38 53 0 B 104 4E 34
Octal 145 46 344 70 123 0 13 404 116 64
Binary 1100101 100110 11100100 111000 1010011 0 1011 100000100 1001110 110100

Color Harmonies of #6526E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526E4

Black with #6526E4

Text Example


Text Example

White with #6526E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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