#6135AB

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

Shades of Royal Purple #6135AB

Tints of Royal Purple #6135AB

Color information

#6135AB (or 0x6135AB) is unknown color: approx Royal Purple. HEX triplet: 61, 35 and AB. RGB value is (97,53,171). Sum of RGB (Red+Green+Blue) = 97+53+171=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #6135AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6135AB is #9ECA54. Grayscale: #4F4F4F. Windows color (decimal): -10406485 or 11220321. OLE color: 11220321.

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

Color convert

RGB9753171-
CMYK0.430.6900.33
HSL262.37º52.68%43.92%-
HSV(B)262.37º69.01%67.06%-
XYZ13.558.0339.36-
YUV79.61179.58140.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=30.22%
G=16.51%
B=53.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97531710.430.6900.33262.3752.6843.92
Hex6135AB2B45021106352c
Octal14165253531050414066554
Binary11000011101011010101110101110001010100001100000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6135AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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