Html Css Color HEX #6533EF Han Purple

📋 copy color: '#6533EF'

red 101 ◦ green 51 ◦ blue 239

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

Shades of Han Purple #6533EF

Tints of Han Purple #6533EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.13%

R = 25.83%
G = 13.04%
B = 61.13%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6533EF (or 0x6533EF) is known color: Han Purple. HEX triplet: 65, 33 and EF. RGB value is (101,51,239). Sum of RGB (Red+Green+Blue) = 101+51+239=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #6533EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533EF is #9ACC10. Grayscale: #565656. Windows color (decimal): -10144785 or 15676261. OLE color: 15676261.

HSL color Cylindrical-coordinate representation of color #6533EF: hue angle of 255.96º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6533EF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 51 239 -
CMYK 0.58 0.79 0 0.06
HSL 255.96º 0.85% 0.57% -
HSV(B) 255.96º 0.79% 0.94% -
XYZ 22.13 11.37 82.69 -
YUV 87.38 213.57 137.71 -
System Red Green Blue C M Y K H S L
Decimal 101 51 239 0.58 0.79 0 0.06 255.96 0.85 0.57
Hex 65 33 EF 3A 4F 0 6 100 55 39
Octal 145 63 357 72 117 0 6 400 125 71
Binary 1100101 110011 11101111 111010 1001111 0 110 100000000 1010101 111001

Color Harmonies of #6533EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533EF

Black with #6533EF

Text Example


Text Example

White with #6533EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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