#6132AA

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

Shades of Royal Purple #6132AA

Tints of Royal Purple #6132AA

Color information

#6132AA (or 0x6132AA) is unknown color: approx Royal Purple. HEX triplet: 61, 32 and AA. RGB value is (97,50,170). Sum of RGB (Red+Green+Blue) = 97+50+170=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #6132AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6132AA is #9ECD55. Grayscale: #4D4D4D. Windows color (decimal): -10407254 or 11154017. OLE color: 11154017.

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

Color convert

RGB9750170-
CMYK0.430.7100.33
HSL263.5º54.55%43.14%-
HSV(B)263.5º70.59%66.67%-
XYZ13.337.7238.82-
YUV77.73180.07141.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=30.60%
G=15.77%
B=53.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97501700.430.7100.33263.554.5543.14
Hex6132AA2B47021108372b
Octal14162252531070414106753
Binary11000011100101010101010101110001110100001100001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6132AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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