#602D9A

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

Shades of Royal Purple #602D9A

Tints of Royal Purple #602D9A

Color information

#602D9A (or 0x602D9A) is unknown color: approx Royal Purple. HEX triplet: 60, 2D and 9A. RGB value is (96,45,154). Sum of RGB (Red+Green+Blue) = 96+45+154=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #602D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D9A is #9FD265. Grayscale: #484848. Windows color (decimal): -10474086 or 10104160. OLE color: 10104160.

HSL color Cylindrical-coordinate representation of color #602D9A: hue angle of 268.07º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602D9A is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9645154-
CMYK0.380.7100.40
HSL268.07º54.77%39.02%-
HSV(B)268.07º70.78%60.39%-
XYZ11.596.731.25-
YUV72.68173.9144.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=32.54%
G=15.25%
B=52.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96451540.380.7100.40268.0754.7739.02
Hex602D9A264702810c3727
Octal14055232461070504146747
Binary11000001011011001101010011010001110101000100001100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D9A; }

 p { color: rgb(96,45,154); }

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

<style>
 a { background-color: #602D9A; }

 a { background-color: rgb(96,45,154); }

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

<style>
 span { border-color: #602D9A; }

 span { border-color: rgb(96,45,154); }

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