Html Css Color HEX #6532ED Han Purple

📋 copy color: '#6532ED'

red 101 ◦ green 50 ◦ blue 237

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

Shades of Han Purple #6532ED

Tints of Han Purple #6532ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.89%

 BLUE value IS 237 (92.97% from 255) = 61.08%

R = 26.03%
G = 12.89%
B = 61.08%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6532ED (or 0x6532ED) is known color: Han Purple. HEX triplet: 65, 32 and ED. RGB value is (101,50,237). Sum of RGB (Red+Green+Blue) = 101+50+237=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #6532ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6532ED is #9ACD12. Grayscale: #555555. Windows color (decimal): -10145043 or 15544933. OLE color: 15544933.

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

Color convert

RGB 101 50 237 -
CMYK 0.57 0.79 0 0.07
HSL 256.36º 0.84% 0.56% -
HSV(B) 256.36º 0.79% 0.93% -
XYZ 21.79 11.16 81.13 -
YUV 86.57 212.9 138.29 -
System Red Green Blue C M Y K H S L
Decimal 101 50 237 0.57 0.79 0 0.07 256.36 0.84 0.56
Hex 65 32 ED 39 4F 0 7 100 54 38
Octal 145 62 355 71 117 0 7 400 124 70
Binary 1100101 110010 11101101 111001 1001111 0 111 100000000 1010100 111000

Color Harmonies of #6532ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6532ED

Black with #6532ED

Text Example


Text Example

White with #6532ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6532ED; }

 p { color: rgb(101,50,237); }

 H1.HeaderClassName
 {
   color: #6532ED;
 }
 .AnyTagClassName
 {
   color: #6532ED;
 }
</style>

background-color css

<style>
 a { background-color: #6532ED; }

 a { background-color: rgb(101,50,237); }

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

border-color css

<style>
 span { border-color: #6532ED; }

 span { border-color: rgb(101,50,237); }

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