#602D9B

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

Shades of Royal Purple #602D9B

Tints of Royal Purple #602D9B

Color information

#602D9B (or 0x602D9B) is unknown color: approx Royal Purple. HEX triplet: 60, 2D and 9B. RGB value is (96,45,155). Sum of RGB (Red+Green+Blue) = 96+45+155=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #602D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D9B is #9FD264. Grayscale: #484848. Windows color (decimal): -10474085 or 10169696. OLE color: 10169696.

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

Color convert

RGB9645155-
CMYK0.380.7100.39
HSL267.82º55%39.22%-
HSV(B)267.82º70.97%60.78%-
XYZ11.686.7331.69-
YUV72.79174.4144.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=32.43%
G=15.20%
B=52.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96451550.380.7100.39267.825539.22
Hex602D9B264702710c3727
Octal14055233461070474146747
Binary11000001011011001101110011010001110100111100001100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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