Html Css Color HEX #6527E9 Han Purple

📋 copy color: '#6527E9'

red 101 ◦ green 39 ◦ blue 233

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

Shades of Han Purple #6527E9

Tints of Han Purple #6527E9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

 BLUE value IS 233 (91.41% from 255) = 62.47%

R = 27.08%
G = 10.46%
B = 62.47%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6527E9 (or 0x6527E9) is known color: Han Purple. HEX triplet: 65, 27 and E9. RGB value is (101,39,233). Sum of RGB (Red+Green+Blue) = 101+39+233=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 233 (91.41% from 255 or 62.47% from 373); Max value from RGB is 233 - color contains mainly: blue. Hex color #6527E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527E9 is #9AD816. Grayscale: #4E4E4E. Windows color (decimal): -10147863 or 15279973. OLE color: 15279973.

HSL color Cylindrical-coordinate representation of color #6527E9: hue angle of 259.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6527E9 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 39 233 -
CMYK 0.57 0.83 0 0.09
HSL 259.18º 0.82% 0.53% -
HSV(B) 259.18º 0.83% 0.91% -
XYZ 20.8 10.1 77.94 -
YUV 79.65 214.54 143.23 -
System Red Green Blue C M Y K H S L
Decimal 101 39 233 0.57 0.83 0 0.09 259.18 0.82 0.53
Hex 65 27 E9 39 53 0 9 103 52 35
Octal 145 47 351 71 123 0 11 403 122 65
Binary 1100101 100111 11101001 111001 1010011 0 1001 100000011 1010010 110101

Color Harmonies of #6527E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527E9

Black with #6527E9

Text Example


Text Example

White with #6527E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6527E9; }

 p { color: rgb(101,39,233); }

 H1.HeaderClassName
 {
   color: #6527E9;
 }
 .AnyTagClassName
 {
   color: #6527E9;
 }
</style>

background-color css

<style>
 a { background-color: #6527E9; }

 a { background-color: rgb(101,39,233); }

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

border-color css

<style>
 span { border-color: #6527E9; }

 span { border-color: rgb(101,39,233); }

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