Html Css Color HEX #6527EB Han Purple

📋 copy color: '#6527EB'

red 101 ◦ green 39 ◦ blue 235

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

Shades of Han Purple #6527EB

Tints of Han Purple #6527EB

RGB

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

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

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

R = 26.93%
G = 10.4%
B = 62.67%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6527EB (or 0x6527EB) is known color: Han Purple. HEX triplet: 65, 27 and EB. RGB value is (101,39,235). Sum of RGB (Red+Green+Blue) = 101+39+235=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #6527EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527EB is #9AD814. Grayscale: #4F4F4F. Windows color (decimal): -10147861 or 15411045. OLE color: 15411045.

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

Color convert

RGB 101 39 235 -
CMYK 0.57 0.83 0 0.08
HSL 258.98º 0.83% 0.54% -
HSV(B) 258.98º 0.83% 0.92% -
XYZ 21.09 10.22 79.46 -
YUV 79.88 215.54 143.06 -
System Red Green Blue C M Y K H S L
Decimal 101 39 235 0.57 0.83 0 0.08 258.98 0.83 0.54
Hex 65 27 EB 39 53 0 8 103 53 36
Octal 145 47 353 71 123 0 10 403 123 66
Binary 1100101 100111 11101011 111001 1010011 0 1000 100000011 1010011 110110

Color Harmonies of #6527EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527EB

Black with #6527EB

Text Example


Text Example

White with #6527EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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