#6134AB

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

Shades of Royal Purple #6134AB

Tints of Royal Purple #6134AB

Color information

#6134AB (or 0x6134AB) is unknown color: approx Royal Purple. HEX triplet: 61, 34 and AB. RGB value is (97,52,171). Sum of RGB (Red+Green+Blue) = 97+52+171=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #6134AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6134AB is #9ECB54. Grayscale: #4E4E4E. Windows color (decimal): -10406741 or 11220065. OLE color: 11220065.

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

Color convert

RGB9752171-
CMYK0.430.7000.33
HSL262.69º53.36%43.73%-
HSV(B)262.69º69.59%67.06%-
XYZ13.517.9439.35-
YUV79.02179.91140.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=30.31%
G=16.25%
B=53.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97521710.430.7000.33262.6953.3643.73
Hex6134AB2B46021107352c
Octal14164253531060414076554
Binary11000011101001010101110101110001100100001100000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6134AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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