Html Css Color HEX #602C9F Royal Purple

📋 copy color: '#602C9F'

red 96 ◦ green 44 ◦ blue 159

#602C9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #602C9F

Tints of Royal Purple #602C9F

RGB

 RED value IS 96 (37.89% from 255) = 32.11%

 GREEN value IS 44 (17.58% from 255) = 14.72%

 BLUE value IS 159 (62.5% from 255) = 53.18%

R = 32.11%
G = 14.72%
B = 53.18%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#602C9F (or 0x602C9F) is known color: Royal Purple. HEX triplet: 60, 2C and 9F. RGB value is (96,44,159). Sum of RGB (Red+Green+Blue) = 96+44+159=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #602C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C9F is #9FD360. Grayscale: #484848. Windows color (decimal): -10474337 or 10431584. OLE color: 10431584.

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

Color convert

RGB 96 44 159 -
CMYK 0.40 0.72 0 0.38
HSL 267.13º 0.57% 0.4% -
HSV(B) 267.13º 0.72% 0.62% -
XYZ 11.98 6.79 33.48 -
YUV 72.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 96 44 159 0.40 0.72 0 0.38 267.13 0.57 0.4
Hex 60 2C 9F 28 48 0 26 10B 39 28
Octal 140 54 237 50 110 0 46 413 71 50
Binary 1100000 101100 10011111 101000 1001000 0 100110 100001011 111001 101000

Color Harmonies of #602C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C9F

Black with #602C9F

Text Example


Text Example

White with #602C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602C9F;
 }
 .AnyTagClassName
 {
   color: #602C9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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