Html Css Color HEX #6536EB Han Purple

📋 copy color: '#6536EB'

red 101 ◦ green 54 ◦ blue 235

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

Shades of Han Purple #6536EB

Tints of Han Purple #6536EB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.85%

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

R = 25.9%
G = 13.85%
B = 60.26%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6536EB (or 0x6536EB) is known color: Han Purple. HEX triplet: 65, 36 and EB. RGB value is (101,54,235). Sum of RGB (Red+Green+Blue) = 101+54+235=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #6536EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6536EB is #9AC914. Grayscale: #585858. Windows color (decimal): -10144021 or 15414885. OLE color: 15414885.

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

Color convert

RGB 101 54 235 -
CMYK 0.57 0.77 0 0.08
HSL 255.58º 0.82% 0.57% -
HSV(B) 255.58º 0.77% 0.92% -
XYZ 21.68 11.4 79.66 -
YUV 88.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 101 54 235 0.57 0.77 0 0.08 255.58 0.82 0.57
Hex 65 36 EB 39 4D 0 8 100 52 39
Octal 145 66 353 71 115 0 10 400 122 71
Binary 1100101 110110 11101011 111001 1001101 0 1000 100000000 1010010 111001

Color Harmonies of #6536EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536EB

Black with #6536EB

Text Example


Text Example

White with #6536EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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