#6133AA

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

Shades of Royal Purple #6133AA

Tints of Royal Purple #6133AA

Color information

#6133AA (or 0x6133AA) is unknown color: approx Royal Purple. HEX triplet: 61, 33 and AA. RGB value is (97,51,170). Sum of RGB (Red+Green+Blue) = 97+51+170=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #6133AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6133AA is #9ECC55. Grayscale: #4D4D4D. Windows color (decimal): -10406998 or 11154273. OLE color: 11154273.

HSL color Cylindrical-coordinate representation of color #6133AA: hue angle of 263.19º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6133AA is Cyan = 0.43, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9751170-
CMYK0.430.700.33
HSL263.19º53.85%43.33%-
HSV(B)263.19º70%66.67%-
XYZ13.377.8138.83-
YUV78.32179.74141.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=30.50%
G=16.04%
B=53.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97511700.430.700.33263.1953.8543.33
Hex6133AA2B46021107362b
Octal14163252531060414076653
Binary11000011100111010101010101110001100100001100000111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6133AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,51,170); }

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

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

 a { background-color: rgb(97,51,170); }

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

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

 span { border-color: rgb(97,51,170); }

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