Html Css Color HEX #6535ED Han Purple

📋 copy color: '#6535ED'

red 101 ◦ green 53 ◦ blue 237

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

Shades of Han Purple #6535ED

Tints of Han Purple #6535ED

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

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

R = 25.83%
G = 13.55%
B = 60.61%

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

#6535ED (or 0x6535ED) is known color: Han Purple. HEX triplet: 65, 35 and ED. RGB value is (101,53,237). Sum of RGB (Red+Green+Blue) = 101+53+237=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #6535ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6535ED is #9ACA12. Grayscale: #575757. Windows color (decimal): -10144275 or 15545701. OLE color: 15545701.

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

Color convert

RGB 101 53 237 -
CMYK 0.57 0.78 0 0.07
HSL 255.65º 0.84% 0.57% -
HSV(B) 255.65º 0.78% 0.93% -
XYZ 21.93 11.43 81.17 -
YUV 88.33 211.9 137.04 -
System Red Green Blue C M Y K H S L
Decimal 101 53 237 0.57 0.78 0 0.07 255.65 0.84 0.57
Hex 65 35 ED 39 4E 0 7 100 54 39
Octal 145 65 355 71 116 0 7 400 124 71
Binary 1100101 110101 11101101 111001 1001110 0 111 100000000 1010100 111001

Color Harmonies of #6535ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535ED

Black with #6535ED

Text Example


Text Example

White with #6535ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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