Html Css Color HEX #703295 Royal Purple

📋 copy color: '#703295'

red 112 ◦ green 50 ◦ blue 149

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

Shades of Royal Purple #703295

Tints of Royal Purple #703295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 36.01%
G = 16.08%
B = 47.91%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703295 (or 0x703295) is known color: Royal Purple. HEX triplet: 70, 32 and 95. RGB value is (112,50,149). Sum of RGB (Red+Green+Blue) = 112+50+149=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #703295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703295 is #8FCD6A. Grayscale: #4F4F4F. Windows color (decimal): -9424235 or 9777776. OLE color: 9777776.

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

Color convert

RGB 112 50 149 -
CMYK 0.25 0.66 0 0.42
HSL 277.58º 0.5% 0.39% -
HSV(B) 277.58º 0.66% 0.58% -
XYZ 13.25 7.9 29.26 -
YUV 79.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 112 50 149 0.25 0.66 0 0.42 277.58 0.5 0.39
Hex 70 32 95 19 42 0 2A 116 32 27
Octal 160 62 225 31 102 0 52 426 62 47
Binary 1110000 110010 10010101 11001 1000010 0 101010 100010110 110010 100111

Color Harmonies of #703295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703295

Black with #703295

Text Example


Text Example

White with #703295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703295; }

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

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

background-color css

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

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

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

border-color css

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

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

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