#6045A1

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

Shades of Royal Purple #6045A1

Tints of Royal Purple #6045A1

Color information

#6045A1 (or 0x6045A1) is unknown color: approx Royal Purple. HEX triplet: 60, 45 and A1. RGB value is (96,69,161). Sum of RGB (Red+Green+Blue) = 96+69+161=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #6045A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6045A1 is #9FBA5E. Grayscale: #575757. Windows color (decimal): -10467935 or 10569056. OLE color: 10569056.

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

Color convert

RGB9669161-
CMYK0.400.5700.37
HSL257.61º40%45.1%-
HSV(B)257.61º57.14%63.14%-
XYZ13.399.3234.81-
YUV87.56169.45134.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 161 (63.28% from 255) = 49.39%
R=29.45%
G=21.17%
B=49.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96691610.400.5700.37257.614045.1
Hex6045A12839025102282d
Octal14010524150710454025055
Binary11000001000101101000011010001110010100101100000010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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