Html Css Color HEX #603A9D Royal Purple

📋 copy color: '#603A9D'

red 96 ◦ green 58 ◦ blue 157

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

Shades of Royal Purple #603A9D

Tints of Royal Purple #603A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.65%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 30.87%
G = 18.65%
B = 50.48%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#603A9D (or 0x603A9D) is known color: Royal Purple. HEX triplet: 60, 3A and 9D. RGB value is (96,58,157). Sum of RGB (Red+Green+Blue) = 96+58+157=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #603A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603A9D is #9FC562. Grayscale: #505050. Windows color (decimal): -10470755 or 10304096. OLE color: 10304096.

HSL color Cylindrical-coordinate representation of color #603A9D: hue angle of 263.03º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #603A9D is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 58 157 -
CMYK 0.39 0.63 0 0.38
HSL 263.03º 0.46% 0.42% -
HSV(B) 263.03º 0.63% 0.62% -
XYZ 12.42 7.95 32.78 -
YUV 80.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 96 58 157 0.39 0.63 0 0.38 263.03 0.46 0.42
Hex 60 3A 9D 27 3F 0 26 107 2E 2A
Octal 140 72 235 47 77 0 46 407 56 52
Binary 1100000 111010 10011101 100111 111111 0 100110 100000111 101110 101010

Color Harmonies of #603A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A9D

Black with #603A9D

Text Example


Text Example

White with #603A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603A9D; }

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

 H1.HeaderClassName
 {
   color: #603A9D;
 }
 .AnyTagClassName
 {
   color: #603A9D;
 }
</style>

background-color css

<style>
 a { background-color: #603A9D; }

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

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

border-color css

<style>
 span { border-color: #603A9D; }

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

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