#602DA4

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

Shades of Royal Purple #602DA4

Tints of Royal Purple #602DA4

Color information

#602DA4 (or 0x602DA4) is unknown color: approx Royal Purple. HEX triplet: 60, 2D and A4. RGB value is (96,45,164). Sum of RGB (Red+Green+Blue) = 96+45+164=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #602DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602DA4 is #9FD25B. Grayscale: #494949. Windows color (decimal): -10474076 or 10759520. OLE color: 10759520.

HSL color Cylindrical-coordinate representation of color #602DA4: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602DA4 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9645164-
CMYK0.410.7300.36
HSL265.71º56.94%40.98%-
HSV(B)265.71º72.56%64.31%-
XYZ12.467.0435.82-
YUV73.82178.9143.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 164 (64.45% from 255) = 53.77%
R=31.48%
G=14.75%
B=53.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96451640.410.7300.36265.7156.9440.98
Hex602DA4294902410a3929
Octal14055244511110444127151
Binary11000001011011010010010100110010010100100100001010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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