Html Css Color HEX #603CB0 Royal Purple

📋 copy color: '#603CB0'

red 96 ◦ green 60 ◦ blue 176

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

Shades of Royal Purple #603CB0

Tints of Royal Purple #603CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 28.92%
G = 18.07%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#603CB0 (or 0x603CB0) is known color: Royal Purple. HEX triplet: 60, 3C and B0. RGB value is (96,60,176). Sum of RGB (Red+Green+Blue) = 96+60+176=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #603CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CB0 is #9FC34F. Grayscale: #535353. Windows color (decimal): -10470224 or 11549792. OLE color: 11549792.

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

Color convert

RGB 96 60 176 -
CMYK 0.45 0.66 0 0.31
HSL 258.62º 0.49% 0.46% -
HSV(B) 258.62º 0.66% 0.69% -
XYZ 14.28 8.85 42.03 -
YUV 83.99 179.93 136.57 -
System Red Green Blue C M Y K H S L
Decimal 96 60 176 0.45 0.66 0 0.31 258.62 0.49 0.46
Hex 60 3C B0 2D 42 0 1F 103 31 2E
Octal 140 74 260 55 102 0 37 403 61 56
Binary 1100000 111100 10110000 101101 1000010 0 11111 100000011 110001 101110

Color Harmonies of #603CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CB0

Black with #603CB0

Text Example


Text Example

White with #603CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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