Html Css Color HEX #703195 Royal Purple

📋 copy color: '#703195'

red 112 ◦ green 49 ◦ blue 149

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

Shades of Royal Purple #703195

Tints of Royal Purple #703195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 36.13%
G = 15.81%
B = 48.06%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703195 (or 0x703195) is known color: Royal Purple. HEX triplet: 70, 31 and 95. RGB value is (112,49,149). Sum of RGB (Red+Green+Blue) = 112+49+149=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #703195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703195 is #8FCE6A. Grayscale: #4E4E4E. Windows color (decimal): -9424491 or 9777520. OLE color: 9777520.

HSL color Cylindrical-coordinate representation of color #703195: hue angle of 277.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703195 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 49 149 -
CMYK 0.25 0.67 0 0.42
HSL 277.8º 0.51% 0.39% -
HSV(B) 277.8º 0.67% 0.58% -
XYZ 13.21 7.81 29.25 -
YUV 79.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 112 49 149 0.25 0.67 0 0.42 277.8 0.51 0.39
Hex 70 31 95 19 43 0 2A 116 33 27
Octal 160 61 225 31 103 0 52 426 63 47
Binary 1110000 110001 10010101 11001 1000011 0 101010 100010110 110011 100111

Color Harmonies of #703195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703195

Black with #703195

Text Example


Text Example

White with #703195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703195; }

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

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

background-color css

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

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

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

border-color css

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

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

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