#6130AB

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

Shades of Royal Purple #6130AB

Tints of Royal Purple #6130AB

Color information

#6130AB (or 0x6130AB) is unknown color: approx Royal Purple. HEX triplet: 61, 30 and AB. RGB value is (97,48,171). Sum of RGB (Red+Green+Blue) = 97+48+171=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #6130AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6130AB is #9ECF54. Grayscale: #4C4C4C. Windows color (decimal): -10407765 or 11219041. OLE color: 11219041.

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

Color convert

RGB9748171-
CMYK0.430.7200.33
HSL263.9º56.16%42.94%-
HSV(B)263.9º71.93%67.06%-
XYZ13.347.639.29-
YUV76.67181.23142.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=30.70%
G=15.19%
B=54.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97481710.430.7200.33263.956.1642.94
Hex6130AB2B48021108382b
Octal14160253531100414107053
Binary11000011100001010101110101110010000100001100001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6130AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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