Html Css Color HEX #6536ED Han Purple

📋 copy color: '#6536ED'

red 101 ◦ green 54 ◦ blue 237

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

Shades of Han Purple #6536ED

Tints of Han Purple #6536ED

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

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

R = 25.77%
G = 13.78%
B = 60.46%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6536ED (or 0x6536ED) is known color: Han Purple. HEX triplet: 65, 36 and ED. RGB value is (101,54,237). Sum of RGB (Red+Green+Blue) = 101+54+237=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #6536ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6536ED is #9AC912. Grayscale: #585858. Windows color (decimal): -10144019 or 15545957. OLE color: 15545957.

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

Color convert

RGB 101 54 237 -
CMYK 0.57 0.77 0 0.07
HSL 255.41º 0.84% 0.57% -
HSV(B) 255.41º 0.77% 0.93% -
XYZ 21.97 11.52 81.19 -
YUV 88.92 211.57 136.62 -
System Red Green Blue C M Y K H S L
Decimal 101 54 237 0.57 0.77 0 0.07 255.41 0.84 0.57
Hex 65 36 ED 39 4D 0 7 FF 54 39
Octal 145 66 355 71 115 0 7 377 124 71
Binary 1100101 110110 11101101 111001 1001101 0 111 11111111 1010100 111001

Color Harmonies of #6536ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536ED

Black with #6536ED

Text Example


Text Example

White with #6536ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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