Html Css Color HEX #703795 Royal Purple

📋 copy color: '#703795'

red 112 ◦ green 55 ◦ blue 149

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

Shades of Royal Purple #703795

Tints of Royal Purple #703795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

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

R = 35.44%
G = 17.41%
B = 47.15%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703795 (or 0x703795) is known color: Royal Purple. HEX triplet: 70, 37 and 95. RGB value is (112,55,149). Sum of RGB (Red+Green+Blue) = 112+55+149=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #703795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703795 is #8FC86A. Grayscale: #525252. Windows color (decimal): -9422955 or 9779056. OLE color: 9779056.

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

Color convert

RGB 112 55 149 -
CMYK 0.25 0.63 0 0.42
HSL 276.38º 0.46% 0.4% -
HSV(B) 276.38º 0.63% 0.58% -
XYZ 13.47 8.35 29.33 -
YUV 82.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 112 55 149 0.25 0.63 0 0.42 276.38 0.46 0.4
Hex 70 37 95 19 3F 0 2A 114 2E 28
Octal 160 67 225 31 77 0 52 424 56 50
Binary 1110000 110111 10010101 11001 111111 0 101010 100010100 101110 101000

Color Harmonies of #703795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703795

Black with #703795

Text Example


Text Example

White with #703795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703795; }

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

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

background-color css

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

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

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

border-color css

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

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

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