#6536A4

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

Shades of Royal Purple #6536A4

Tints of Royal Purple #6536A4

Color information

#6536A4 (or 0x6536A4) is unknown color: approx Royal Purple. HEX triplet: 65, 36 and A4. RGB value is (101,54,164). Sum of RGB (Red+Green+Blue) = 101+54+164=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #6536A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6536A4 is #9AC95B. Grayscale: #505050. Windows color (decimal): -10144092 or 10761829. OLE color: 10761829.

HSL color Cylindrical-coordinate representation of color #6536A4: hue angle of 265.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6536A4 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10154164-
CMYK0.380.6700.36
HSL265.64º50.46%42.75%-
HSV(B)265.64º67.07%64.31%-
XYZ13.398.0935.98-
YUV80.59175.07142.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 164 (64.45% from 255) = 51.41%
R=31.66%
G=16.93%
B=51.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101541640.380.6700.36265.6450.4642.75
Hex6536A4264302410a322b
Octal14566244461030444126253
Binary11001011101101010010010011010000110100100100001010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6536A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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