#6139AB

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

Shades of Royal Purple #6139AB

Tints of Royal Purple #6139AB

Color information

#6139AB (or 0x6139AB) is unknown color: approx Royal Purple. HEX triplet: 61, 39 and AB. RGB value is (97,57,171). Sum of RGB (Red+Green+Blue) = 97+57+171=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #6139AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6139AB is #9EC654. Grayscale: #515151. Windows color (decimal): -10405461 or 11221345. OLE color: 11221345.

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

Color convert

RGB9757171-
CMYK0.430.6700.33
HSL261.05º50%44.71%-
HSV(B)261.05º66.67%67.06%-
XYZ13.748.4139.43-
YUV81.96178.25138.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=29.85%
G=17.54%
B=52.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97571710.430.6700.33261.055044.71
Hex6139AB2B43021105322d
Octal14171253531030414056255
Binary11000011110011010101110101110000110100001100000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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