Html Css Color HEX #603DB0 Royal Purple

📋 copy color: '#603DB0'

red 96 ◦ green 61 ◦ blue 176

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

Shades of Royal Purple #603DB0

Tints of Royal Purple #603DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.85%

R = 28.83%
G = 18.32%
B = 52.85%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#603DB0 (or 0x603DB0) is known color: Royal Purple. HEX triplet: 60, 3D and B0. RGB value is (96,61,176). Sum of RGB (Red+Green+Blue) = 96+61+176=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #603DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DB0 is #9FC24F. Grayscale: #545454. Windows color (decimal): -10469968 or 11550048. OLE color: 11550048.

HSL color Cylindrical-coordinate representation of color #603DB0: hue angle of 258.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603DB0 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 61 176 -
CMYK 0.45 0.65 0 0.31
HSL 258.26º 0.49% 0.46% -
HSV(B) 258.26º 0.65% 0.69% -
XYZ 14.33 8.96 42.05 -
YUV 84.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 96 61 176 0.45 0.65 0 0.31 258.26 0.49 0.46
Hex 60 3D B0 2D 41 0 1F 102 31 2E
Octal 140 75 260 55 101 0 37 402 61 56
Binary 1100000 111101 10110000 101101 1000001 0 11111 100000010 110001 101110

Color Harmonies of #603DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DB0

Black with #603DB0

Text Example


Text Example

White with #603DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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