#6135A9

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

Shades of Royal Purple #6135A9

Tints of Royal Purple #6135A9

Color information

#6135A9 (or 0x6135A9) is unknown color: approx Royal Purple. HEX triplet: 61, 35 and A9. RGB value is (97,53,169). Sum of RGB (Red+Green+Blue) = 97+53+169=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #6135A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6135A9 is #9ECA56. Grayscale: #4E4E4E. Windows color (decimal): -10406487 or 11089249. OLE color: 11089249.

HSL color Cylindrical-coordinate representation of color #6135A9: hue angle of 262.76º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6135A9 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9753169-
CMYK0.430.6900.34
HSL262.76º52.25%43.53%-
HSV(B)262.76º68.64%66.27%-
XYZ13.367.9538.37-
YUV79.38178.58140.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 169 (66.41% from 255) = 52.98%
R=30.41%
G=16.61%
B=52.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal97531690.430.6900.34262.7652.2543.53
Hex6135A92B45022107342c
Octal14165251531050424076454
Binary11000011101011010100110101110001010100010100000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6135A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6135A9; }

 p { color: rgb(97,53,169); }

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

<style>
 a { background-color: #6135A9; }

 a { background-color: rgb(97,53,169); }

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

<style>
 span { border-color: #6135A9; }

 span { border-color: rgb(97,53,169); }

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