#6149A4

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

Shades of Royal Purple #6149A4

Tints of Royal Purple #6149A4

Color information

#6149A4 (or 0x6149A4) is unknown color: approx Royal Purple. HEX triplet: 61, 49 and A4. RGB value is (97,73,164). Sum of RGB (Red+Green+Blue) = 97+73+164=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #6149A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149A4 is #9EB65B. Grayscale: #5A5A5A. Windows color (decimal): -10401372 or 10766689. OLE color: 10766689.

HSL color Cylindrical-coordinate representation of color #6149A4: hue angle of 255.82º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6149A4 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9773164-
CMYK0.410.5500.36
HSL255.82º38.4%46.47%-
HSV(B)255.82º55.49%64.31%-
XYZ14.019.9936.31-
YUV90.55169.45132.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 164 (64.45% from 255) = 49.10%
R=29.04%
G=21.86%
B=49.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97731640.410.5500.36255.8238.446.47
Hex6149A42937024100262e
Octal14111124451670444004656
Binary11000011001001101001001010011101110100100100000000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6149A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6149A4; }

 p { color: rgb(97,73,164); }

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

<style>
 a { background-color: #6149A4; }

 a { background-color: rgb(97,73,164); }

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

<style>
 span { border-color: #6149A4; }

 span { border-color: rgb(97,73,164); }

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