#602C9D

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

Shades of Royal Purple #602C9D

Tints of Royal Purple #602C9D

Color information

#602C9D (or 0x602C9D) is unknown color: approx Royal Purple. HEX triplet: 60, 2C and 9D. RGB value is (96,44,157). Sum of RGB (Red+Green+Blue) = 96+44+157=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #602C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C9D is #9FD362. Grayscale: #484848. Windows color (decimal): -10474339 or 10300512. OLE color: 10300512.

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

Color convert

RGB9644157-
CMYK0.390.7200.38
HSL267.61º56.22%39.41%-
HSV(B)267.61º71.97%61.57%-
XYZ11.816.7232.57-
YUV72.43175.73144.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=32.32%
G=14.81%
B=52.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96441570.390.7200.38267.6156.2239.41
Hex602C9D274802610c3827
Octal14054235471100464147047
Binary11000001011001001110110011110010000100110100001100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,44,157); }

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

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

 a { background-color: rgb(96,44,157); }

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

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

 span { border-color: rgb(96,44,157); }

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