#602B9F

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

Shades of Royal Purple #602B9F

Tints of Royal Purple #602B9F

Color information

#602B9F (or 0x602B9F) is unknown color: approx Royal Purple. HEX triplet: 60, 2B and 9F. RGB value is (96,43,159). Sum of RGB (Red+Green+Blue) = 96+43+159=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #602B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B9F is #9FD460. Grayscale: #474747. Windows color (decimal): -10474593 or 10431328. OLE color: 10431328.

HSL color Cylindrical-coordinate representation of color #602B9F: hue angle of 267.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602B9F is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9643159-
CMYK0.400.7300.38
HSL267.41º57.43%39.61%-
HSV(B)267.41º72.96%62.35%-
XYZ11.956.7233.47-
YUV72.07177.06145.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=32.21%
G=14.43%
B=53.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96431590.400.7300.38267.4157.4339.61
Hex602B9F284902610b3928
Octal14053237501110464137150
Binary11000001010111001111110100010010010100110100001011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,159); }

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

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

 a { background-color: rgb(96,43,159); }

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

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

 span { border-color: rgb(96,43,159); }

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