Html Css Color HEX #6536EC Han Purple

📋 copy color: '#6536EC'

red 101 ◦ green 54 ◦ blue 236

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

Shades of Han Purple #6536EC

Tints of Han Purple #6536EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.36%

R = 25.83%
G = 13.81%
B = 60.36%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6536EC (or 0x6536EC) is known color: Han Purple. HEX triplet: 65, 36 and EC. RGB value is (101,54,236). Sum of RGB (Red+Green+Blue) = 101+54+236=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #6536EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6536EC is #9AC913. Grayscale: #585858. Windows color (decimal): -10144020 or 15480421. OLE color: 15480421.

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

Color convert

RGB 101 54 236 -
CMYK 0.57 0.77 0 0.07
HSL 255.49º 0.83% 0.57% -
HSV(B) 255.49º 0.77% 0.93% -
XYZ 21.83 11.46 80.42 -
YUV 88.8 211.07 136.7 -
System Red Green Blue C M Y K H S L
Decimal 101 54 236 0.57 0.77 0 0.07 255.49 0.83 0.57
Hex 65 36 EC 39 4D 0 7 FF 53 39
Octal 145 66 354 71 115 0 7 377 123 71
Binary 1100101 110110 11101100 111001 1001101 0 111 11111111 1010011 111001

Color Harmonies of #6536EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536EC

Black with #6536EC

Text Example


Text Example

White with #6536EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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