Html Css Color HEX #603D9E Royal Purple

📋 copy color: '#603D9E'

red 96 ◦ green 61 ◦ blue 158

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

Shades of Royal Purple #603D9E

Tints of Royal Purple #603D9E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 30.48%
G = 19.37%
B = 50.16%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#603D9E (or 0x603D9E) is known color: Royal Purple. HEX triplet: 60, 3D and 9E. RGB value is (96,61,158). Sum of RGB (Red+Green+Blue) = 96+61+158=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #603D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D9E is #9FC261. Grayscale: #525252. Windows color (decimal): -10469986 or 10370400. OLE color: 10370400.

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

Color convert

RGB 96 61 158 -
CMYK 0.39 0.61 0 0.38
HSL 261.65º 0.44% 0.43% -
HSV(B) 261.65º 0.61% 0.62% -
XYZ 12.66 8.29 33.28 -
YUV 82.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 96 61 158 0.39 0.61 0 0.38 261.65 0.44 0.43
Hex 60 3D 9E 27 3D 0 26 106 2C 2B
Octal 140 75 236 47 75 0 46 406 54 53
Binary 1100000 111101 10011110 100111 111101 0 100110 100000110 101100 101011

Color Harmonies of #603D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D9E

Black with #603D9E

Text Example


Text Example

White with #603D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,158); }

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

background-color css

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

 a { background-color: rgb(96,61,158); }

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

border-color css

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

 span { border-color: rgb(96,61,158); }

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