#6135AD

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

Shades of Royal Purple #6135AD

Tints of Royal Purple #6135AD

Color information

#6135AD (or 0x6135AD) is unknown color: approx Royal Purple. HEX triplet: 61, 35 and AD. RGB value is (97,53,173). Sum of RGB (Red+Green+Blue) = 97+53+173=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #6135AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6135AD is #9ECA52. Grayscale: #4F4F4F. Windows color (decimal): -10406483 or 11351393. OLE color: 11351393.

HSL color Cylindrical-coordinate representation of color #6135AD: hue angle of 262º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6135AD is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9753173-
CMYK0.440.6900.32
HSL262º53.1%44.31%-
HSV(B)262º69.36%67.84%-
XYZ13.758.140.38-
YUV79.84180.58140.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=30.03%
G=16.41%
B=53.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97531730.440.6900.3226253.144.31
Hex6135AD2C45020106352c
Octal14165255541050404066554
Binary11000011101011010110110110010001010100000100000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6135AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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