Html Css Color HEX #6536A1 Royal Purple

📋 copy color: '#6536A1'

red 101 ◦ green 54 ◦ blue 161

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

Shades of Royal Purple #6536A1

Tints of Royal Purple #6536A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 50.95%

R = 31.96%
G = 17.09%
B = 50.95%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6536A1 (or 0x6536A1) is known color: Royal Purple. HEX triplet: 65, 36 and A1. RGB value is (101,54,161). Sum of RGB (Red+Green+Blue) = 101+54+161=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 161 (63.28% from 255 or 50.95% from 316); Max value from RGB is 161 - color contains mainly: blue. Hex color #6536A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6536A1 is #9AC95E. Grayscale: #4F4F4F. Windows color (decimal): -10144095 or 10565221. OLE color: 10565221.

HSL color Cylindrical-coordinate representation of color #6536A1: hue angle of 266.36º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6536A1 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 54 161 -
CMYK 0.37 0.66 0 0.37
HSL 266.36º 0.5% 0.42% -
HSV(B) 266.36º 0.66% 0.63% -
XYZ 13.12 7.98 34.57 -
YUV 80.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 101 54 161 0.37 0.66 0 0.37 266.36 0.5 0.42
Hex 65 36 A1 25 42 0 25 10A 32 2A
Octal 145 66 241 45 102 0 45 412 62 52
Binary 1100101 110110 10100001 100101 1000010 0 100101 100001010 110010 101010

Color Harmonies of #6536A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536A1

Black with #6536A1

Text Example


Text Example

White with #6536A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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