Html Css Color HEX #6533EC Han Purple

📋 copy color: '#6533EC'

red 101 ◦ green 51 ◦ blue 236

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

Shades of Han Purple #6533EC

Tints of Han Purple #6533EC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

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

R = 26.03%
G = 13.14%
B = 60.82%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6533EC (or 0x6533EC) is known color: Han Purple. HEX triplet: 65, 33 and EC. RGB value is (101,51,236). Sum of RGB (Red+Green+Blue) = 101+51+236=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #6533EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533EC is #9ACC13. Grayscale: #565656. Windows color (decimal): -10144788 or 15479653. OLE color: 15479653.

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

Color convert

RGB 101 51 236 -
CMYK 0.57 0.78 0 0.07
HSL 256.22º 0.83% 0.56% -
HSV(B) 256.22º 0.78% 0.93% -
XYZ 21.69 11.19 80.37 -
YUV 87.04 212.07 137.96 -
System Red Green Blue C M Y K H S L
Decimal 101 51 236 0.57 0.78 0 0.07 256.22 0.83 0.56
Hex 65 33 EC 39 4E 0 7 100 53 38
Octal 145 63 354 71 116 0 7 400 123 70
Binary 1100101 110011 11101100 111001 1001110 0 111 100000000 1010011 111000

Color Harmonies of #6533EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533EC

Black with #6533EC

Text Example


Text Example

White with #6533EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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