#6148A9

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

Shades of Royal Purple #6148A9

Tints of Royal Purple #6148A9

Color information

#6148A9 (or 0x6148A9) is unknown color: approx Royal Purple. HEX triplet: 61, 48 and A9. RGB value is (97,72,169). Sum of RGB (Red+Green+Blue) = 97+72+169=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #6148A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6148A9 is #9EB756. Grayscale: #5A5A5A. Windows color (decimal): -10401623 or 11094113. OLE color: 11094113.

HSL color Cylindrical-coordinate representation of color #6148A9: hue angle of 255.46º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6148A9 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9772169-
CMYK0.430.5700.34
HSL255.46º40.25%47.25%-
HSV(B)255.46º57.4%66.27%-
XYZ14.4110.0438.71-
YUV90.53172.28132.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 169 (66.41% from 255) = 50%
R=28.70%
G=21.30%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal97721690.430.5700.34255.4640.2547.25
Hex6148A92B39022ff282f
Octal14111025153710423775057
Binary1100001100100010101001101011111001010001011111111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6148A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6148A9; }

 p { color: rgb(97,72,169); }

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

<style>
 a { background-color: #6148A9; }

 a { background-color: rgb(97,72,169); }

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

<style>
 span { border-color: #6148A9; }

 span { border-color: rgb(97,72,169); }

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