Html Css Color HEX #703199 Royal Purple

📋 copy color: '#703199'

red 112 ◦ green 49 ◦ blue 153

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

Shades of Royal Purple #703199

Tints of Royal Purple #703199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

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

R = 35.67%
G = 15.61%
B = 48.73%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#703199 (or 0x703199) is known color: Royal Purple. HEX triplet: 70, 31 and 99. RGB value is (112,49,153). Sum of RGB (Red+Green+Blue) = 112+49+153=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #703199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703199 is #8FCE66. Grayscale: #4F4F4F. Windows color (decimal): -9424487 or 10039664. OLE color: 10039664.

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

Color convert

RGB 112 49 153 -
CMYK 0.27 0.68 0 0.4
HSL 276.35º 0.51% 0.4% -
HSV(B) 276.35º 0.68% 0.6% -
XYZ 13.53 7.94 30.96 -
YUV 79.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 112 49 153 0.27 0.68 0 0.4 276.35 0.51 0.4
Hex 70 31 99 1B 44 0 28 114 33 28
Octal 160 61 231 33 104 0 50 424 63 50
Binary 1110000 110001 10011001 11011 1000100 0 101000 100010100 110011 101000

Color Harmonies of #703199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703199

Black with #703199

Text Example


Text Example

White with #703199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703199; }

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

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

background-color css

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

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

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

border-color css

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

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

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