Html Css Color HEX #6526EA Han Purple

📋 copy color: '#6526EA'

red 101 ◦ green 38 ◦ blue 234

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

Shades of Han Purple #6526EA

Tints of Han Purple #6526EA

RGB

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

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

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

R = 27.08%
G = 10.19%
B = 62.73%

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

#6526EA (or 0x6526EA) is known color: Han Purple. HEX triplet: 65, 26 and EA. RGB value is (101,38,234). Sum of RGB (Red+Green+Blue) = 101+38+234=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #6526EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6526EA is #9AD915. Grayscale: #4E4E4E. Windows color (decimal): -10148118 or 15345253. OLE color: 15345253.

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

Color convert

RGB 101 38 234 -
CMYK 0.57 0.84 0 0.08
HSL 259.29º 0.82% 0.53% -
HSV(B) 259.29º 0.84% 0.92% -
XYZ 20.91 10.09 78.69 -
YUV 79.18 215.37 143.56 -
System Red Green Blue C M Y K H S L
Decimal 101 38 234 0.57 0.84 0 0.08 259.29 0.82 0.53
Hex 65 26 EA 39 54 0 8 103 52 35
Octal 145 46 352 71 124 0 10 403 122 65
Binary 1100101 100110 11101010 111001 1010100 0 1000 100000011 1010010 110101

Color Harmonies of #6526EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526EA

Black with #6526EA

Text Example


Text Example

White with #6526EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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