#6536AA

Color #6536AA Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6536AA

Tints of Royal Purple #6536AA

Color information

#6536AA (or 0x6536AA) is unknown color: approx Royal Purple. HEX triplet: 65, 36 and AA. RGB value is (101,54,170). Sum of RGB (Red+Green+Blue) = 101+54+170=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #6536AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6536AA is #9AC955. Grayscale: #505050. Windows color (decimal): -10144086 or 11155045. OLE color: 11155045.

HSL color Cylindrical-coordinate representation of color #6536AA: hue angle of 264.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6536AA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10154170-
CMYK0.410.6800.33
HSL264.31º51.79%43.92%-
HSV(B)264.31º68.24%66.67%-
XYZ13.948.3138.9-
YUV81.28178.07142.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=31.08%
G=16.62%
B=52.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101541700.410.6800.33264.3151.7943.92
Hex6536AA2944021108342c
Octal14566252511040414106454
Binary11001011101101010101010100110001000100001100001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6536AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6536AA;
 }
 .AnyTagClassName
 {
   color: #6536AA;
 }
</style>
background-color css

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

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

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

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

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

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