#6139AC

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

Shades of Royal Purple #6139AC

Tints of Royal Purple #6139AC

Color information

#6139AC (or 0x6139AC) is unknown color: approx Royal Purple. HEX triplet: 61, 39 and AC. RGB value is (97,57,172). Sum of RGB (Red+Green+Blue) = 97+57+172=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #6139AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6139AC is #9EC653. Grayscale: #515151. Windows color (decimal): -10405460 or 11286881. OLE color: 11286881.

HSL color Cylindrical-coordinate representation of color #6139AC: hue angle of 260.87º 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 #6139AC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9757172-
CMYK0.440.6700.33
HSL260.87º50.22%44.9%-
HSV(B)260.87º66.86%67.45%-
XYZ13.848.4539.93-
YUV82.07178.75138.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 172 (67.58% from 255) = 52.76%
R=29.75%
G=17.48%
B=52.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97571720.440.6700.33260.8750.2244.9
Hex6139AC2C43021105322d
Octal14171254541030414056255
Binary11000011110011010110010110010000110100001100000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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