Html Css Color HEX #703895 Royal Purple

📋 copy color: '#703895'

red 112 ◦ green 56 ◦ blue 149

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

Shades of Royal Purple #703895

Tints of Royal Purple #703895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 35.33%
G = 17.67%
B = 47%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703895 (or 0x703895) is known color: Royal Purple. HEX triplet: 70, 38 and 95. RGB value is (112,56,149). Sum of RGB (Red+Green+Blue) = 112+56+149=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #703895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703895 is #8FC76A. Grayscale: #535353. Windows color (decimal): -9422699 or 9779312. OLE color: 9779312.

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

Color convert

RGB 112 56 149 -
CMYK 0.25 0.62 0 0.42
HSL 276.13º 0.45% 0.4% -
HSV(B) 276.13º 0.62% 0.58% -
XYZ 13.52 8.44 29.35 -
YUV 83.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 112 56 149 0.25 0.62 0 0.42 276.13 0.45 0.4
Hex 70 38 95 19 3E 0 2A 114 2D 28
Octal 160 70 225 31 76 0 52 424 55 50
Binary 1110000 111000 10010101 11001 111110 0 101010 100010100 101101 101000

Color Harmonies of #703895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703895

Black with #703895

Text Example


Text Example

White with #703895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703895; }

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

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

background-color css

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

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

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

border-color css

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

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

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