Html Css Color HEX #6533EE Han Purple

📋 copy color: '#6533EE'

red 101 ◦ green 51 ◦ blue 238

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

Shades of Han Purple #6533EE

Tints of Han Purple #6533EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 25.9%
G = 13.08%
B = 61.03%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6533EE (or 0x6533EE) is known color: Han Purple. HEX triplet: 65, 33 and EE. RGB value is (101,51,238). Sum of RGB (Red+Green+Blue) = 101+51+238=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #6533EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533EE is #9ACC11. Grayscale: #565656. Windows color (decimal): -10144786 or 15610725. OLE color: 15610725.

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

Color convert

RGB 101 51 238 -
CMYK 0.58 0.79 0 0.07
HSL 256.04º 0.85% 0.57% -
HSV(B) 256.04º 0.79% 0.93% -
XYZ 21.98 11.31 81.91 -
YUV 87.27 213.07 137.79 -
System Red Green Blue C M Y K H S L
Decimal 101 51 238 0.58 0.79 0 0.07 256.04 0.85 0.57
Hex 65 33 EE 3A 4F 0 7 100 55 39
Octal 145 63 356 72 117 0 7 400 125 71
Binary 1100101 110011 11101110 111010 1001111 0 111 100000000 1010101 111001

Color Harmonies of #6533EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533EE

Black with #6533EE

Text Example


Text Example

White with #6533EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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