Html Css Color HEX #703595 Royal Purple

📋 copy color: '#703595'

red 112 ◦ green 53 ◦ blue 149

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

Shades of Royal Purple #703595

Tints of Royal Purple #703595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 35.67%
G = 16.88%
B = 47.45%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703595 (or 0x703595) is known color: Royal Purple. HEX triplet: 70, 35 and 95. RGB value is (112,53,149). Sum of RGB (Red+Green+Blue) = 112+53+149=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #703595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703595 is #8FCA6A. Grayscale: #515151. Windows color (decimal): -9423467 or 9778544. OLE color: 9778544.

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

Color convert

RGB 112 53 149 -
CMYK 0.25 0.64 0 0.42
HSL 276.88º 0.48% 0.4% -
HSV(B) 276.88º 0.64% 0.58% -
XYZ 13.38 8.16 29.3 -
YUV 81.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 112 53 149 0.25 0.64 0 0.42 276.88 0.48 0.4
Hex 70 35 95 19 40 0 2A 115 30 28
Octal 160 65 225 31 100 0 52 425 60 50
Binary 1110000 110101 10010101 11001 1000000 0 101010 100010101 110000 101000

Color Harmonies of #703595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703595

Black with #703595

Text Example


Text Example

White with #703595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703595; }

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

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

background-color css

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

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

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

border-color css

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

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

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