#6047a5

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

Shades of Royal Purple #6047A5

Tints of Royal Purple #6047A5

Color information

#6047A5 (or 0x6047A5) is unknown color: approx Royal Purple. HEX triplet: 60, 47 and A5. RGB value is (96,71,165). Sum of RGB (Red+Green+Blue) = 96+71+165=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #6047A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6047A5 is #9FB85A. Grayscale: #585858. Windows color (decimal): -10467419 or 10831712. OLE color: 10831712.

HSL color Cylindrical-coordinate representation of color #6047A5: hue angle of 255.96º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6047A5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9671165-
CMYK0.420.5700.35
HSL255.96º39.83%46.27%-
HSV(B)255.96º56.97%64.71%-
XYZ13.879.7136.74-
YUV89.19170.78132.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 165 (64.84% from 255) = 49.70%
R=28.92%
G=21.39%
B=49.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96711650.420.5700.35255.9639.8346.27
Hex6047A52A39023100282e
Octal14010724552710434005056
Binary11000001000111101001011010101110010100011100000000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6047a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6047a5; }

 p { color: rgb(96,71,165); }

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

<style>
 a { background-color: #6047a5; }

 a { background-color: rgb(96,71,165); }

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

<style>
 span { border-color: #6047a5; }

 span { border-color: rgb(96,71,165); }

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