#6137AB

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

Shades of Royal Purple #6137AB

Tints of Royal Purple #6137AB

Color information

#6137AB (or 0x6137AB) is unknown color: approx Royal Purple. HEX triplet: 61, 37 and AB. RGB value is (97,55,171). Sum of RGB (Red+Green+Blue) = 97+55+171=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6137AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6137AB is #9EC854. Grayscale: #505050. Windows color (decimal): -10405973 or 11220833. OLE color: 11220833.

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

Color convert

RGB9755171-
CMYK0.430.6800.33
HSL261.72º51.33%44.31%-
HSV(B)261.72º67.84%67.06%-
XYZ13.658.2139.39-
YUV80.78178.91139.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=30.03%
G=17.03%
B=52.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97551710.430.6800.33261.7251.3344.31
Hex6137AB2B44021106332c
Octal14167253531040414066354
Binary11000011101111010101110101110001000100001100000110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6137AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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