Html Css Color HEX #6526EB Han Purple

📋 copy color: '#6526EB'

red 101 ◦ green 38 ◦ blue 235

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

Shades of Han Purple #6526EB

Tints of Han Purple #6526EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 27.01%
G = 10.16%
B = 62.83%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6526EB (or 0x6526EB) is known color: Han Purple. HEX triplet: 65, 26 and EB. RGB value is (101,38,235). Sum of RGB (Red+Green+Blue) = 101+38+235=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #6526EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6526EB is #9AD914. Grayscale: #4E4E4E. Windows color (decimal): -10148117 or 15410789. OLE color: 15410789.

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

Color convert

RGB 101 38 235 -
CMYK 0.57 0.84 0 0.08
HSL 259.19º 0.83% 0.54% -
HSV(B) 259.19º 0.84% 0.92% -
XYZ 21.06 10.15 79.45 -
YUV 79.3 215.87 143.48 -
System Red Green Blue C M Y K H S L
Decimal 101 38 235 0.57 0.84 0 0.08 259.19 0.83 0.54
Hex 65 26 EB 39 54 0 8 103 53 36
Octal 145 46 353 71 124 0 10 403 123 66
Binary 1100101 100110 11101011 111001 1010100 0 1000 100000011 1010011 110110

Color Harmonies of #6526EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526EB

Black with #6526EB

Text Example


Text Example

White with #6526EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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