Html Css Color HEX #703B99 Royal Purple

📋 copy color: '#703B99'

red 112 ◦ green 59 ◦ blue 153

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

Shades of Royal Purple #703B99

Tints of Royal Purple #703B99

RGB

 RED value IS 112 (44.14% from 255) = 34.57%

 GREEN value IS 59 (23.44% from 255) = 18.21%

 BLUE value IS 153 (60.16% from 255) = 47.22%

R = 34.57%
G = 18.21%
B = 47.22%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#703B99 (or 0x703B99) is known color: Royal Purple. HEX triplet: 70, 3B and 99. RGB value is (112,59,153). Sum of RGB (Red+Green+Blue) = 112+59+153=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #703B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703B99 is #8FC466. Grayscale: #555555. Windows color (decimal): -9421927 or 10042224. OLE color: 10042224.

HSL color Cylindrical-coordinate representation of color #703B99: hue angle of 273.83º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703B99 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 59 153 -
CMYK 0.27 0.61 0 0.4
HSL 273.83º 0.44% 0.42% -
HSV(B) 273.83º 0.61% 0.6% -
XYZ 14 8.87 31.11 -
YUV 85.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 112 59 153 0.27 0.61 0 0.4 273.83 0.44 0.42
Hex 70 3B 99 1B 3D 0 28 112 2C 2A
Octal 160 73 231 33 75 0 50 422 54 52
Binary 1110000 111011 10011001 11011 111101 0 101000 100010010 101100 101010

Color Harmonies of #703B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B99

Black with #703B99

Text Example


Text Example

White with #703B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703B99; }

 p { color: rgb(112,59,153); }

 H1.HeaderClassName
 {
   color: #703B99;
 }
 .AnyTagClassName
 {
   color: #703B99;
 }
</style>

background-color css

<style>
 a { background-color: #703B99; }

 a { background-color: rgb(112,59,153); }

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

border-color css

<style>
 span { border-color: #703B99; }

 span { border-color: rgb(112,59,153); }

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