Html Css Color HEX #6536EA Han Purple

📋 copy color: '#6536EA'

red 101 ◦ green 54 ◦ blue 234

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

Shades of Han Purple #6536EA

Tints of Han Purple #6536EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 25.96%
G = 13.88%
B = 60.15%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6536EA (or 0x6536EA) is known color: Han Purple. HEX triplet: 65, 36 and EA. RGB value is (101,54,234). Sum of RGB (Red+Green+Blue) = 101+54+234=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #6536EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6536EA is #9AC915. Grayscale: #575757. Windows color (decimal): -10144022 or 15349349. OLE color: 15349349.

HSL color Cylindrical-coordinate representation of color #6536EA: hue angle of 255.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6536EA is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 54 234 -
CMYK 0.57 0.77 0 0.08
HSL 255.67º 0.81% 0.56% -
HSV(B) 255.67º 0.77% 0.92% -
XYZ 21.54 11.35 78.9 -
YUV 88.57 210.07 136.86 -
System Red Green Blue C M Y K H S L
Decimal 101 54 234 0.57 0.77 0 0.08 255.67 0.81 0.56
Hex 65 36 EA 39 4D 0 8 100 51 38
Octal 145 66 352 71 115 0 10 400 121 70
Binary 1100101 110110 11101010 111001 1001101 0 1000 100000000 1010001 111000

Color Harmonies of #6536EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536EA

Black with #6536EA

Text Example


Text Example

White with #6536EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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