#6029A1

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

Shades of Royal Purple #6029A1

Tints of Royal Purple #6029A1

Color information

#6029A1 (or 0x6029A1) is unknown color: approx Royal Purple. HEX triplet: 60, 29 and A1. RGB value is (96,41,161). Sum of RGB (Red+Green+Blue) = 96+41+161=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 161 (63.28% from 255 or 54.03% from 298); Max value from RGB is 161 - color contains mainly: blue. Hex color #6029A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6029A1 is #9FD65E. Grayscale: #464646. Windows color (decimal): -10475103 or 10561888. OLE color: 10561888.

HSL color Cylindrical-coordinate representation of color #6029A1: hue angle of 267.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6029A1 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9641161-
CMYK0.400.7500.37
HSL267.5º59.41%39.61%-
HSV(B)267.5º74.53%63.14%-
XYZ12.056.6534.37-
YUV71.12178.72145.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 161 (63.28% from 255) = 54.03%
R=32.21%
G=13.76%
B=54.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96411610.400.7500.37267.559.4139.61
Hex6029A1284B02510c3b28
Octal14051241501130454147350
Binary11000001010011010000110100010010110100101100001100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6029A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6029A1; }

 p { color: rgb(96,41,161); }

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

<style>
 a { background-color: #6029A1; }

 a { background-color: rgb(96,41,161); }

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

<style>
 span { border-color: #6029A1; }

 span { border-color: rgb(96,41,161); }

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