Html Css Color HEX #602B9C Royal Purple

📋 copy color: '#602B9C'

red 96 ◦ green 43 ◦ blue 156

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

Shades of Royal Purple #602B9C

Tints of Royal Purple #602B9C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 32.54%
G = 14.58%
B = 52.88%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#602B9C (or 0x602B9C) is known color: Royal Purple. HEX triplet: 60, 2B and 9C. RGB value is (96,43,156). Sum of RGB (Red+Green+Blue) = 96+43+156=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #602B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B9C is #9FD463. Grayscale: #474747. Windows color (decimal): -10474596 or 10234720. OLE color: 10234720.

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

Color convert

RGB 96 43 156 -
CMYK 0.38 0.72 0 0.39
HSL 268.14º 0.57% 0.39% -
HSV(B) 268.14º 0.72% 0.61% -
XYZ 11.69 6.61 32.11 -
YUV 71.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 96 43 156 0.38 0.72 0 0.39 268.14 0.57 0.39
Hex 60 2B 9C 26 48 0 27 10C 39 27
Octal 140 53 234 46 110 0 47 414 71 47
Binary 1100000 101011 10011100 100110 1001000 0 100111 100001100 111001 100111

Color Harmonies of #602B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B9C

Black with #602B9C

Text Example


Text Example

White with #602B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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