Html Css Color HEX #703395 Royal Purple

📋 copy color: '#703395'

red 112 ◦ green 51 ◦ blue 149

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

Shades of Royal Purple #703395

Tints of Royal Purple #703395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 35.9%
G = 16.35%
B = 47.76%

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

#703395 (or 0x703395) is known color: Royal Purple. HEX triplet: 70, 33 and 95. RGB value is (112,51,149). Sum of RGB (Red+Green+Blue) = 112+51+149=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #703395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703395 is #8FCC6A. Grayscale: #505050. Windows color (decimal): -9423979 or 9778032. OLE color: 9778032.

HSL color Cylindrical-coordinate representation of color #703395: hue angle of 277.35º degrees, saturation: 0.49, 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 #703395 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 51 149 -
CMYK 0.25 0.66 0 0.42
HSL 277.35º 0.49% 0.39% -
HSV(B) 277.35º 0.66% 0.58% -
XYZ 13.29 7.98 29.27 -
YUV 80.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 112 51 149 0.25 0.66 0 0.42 277.35 0.49 0.39
Hex 70 33 95 19 42 0 2A 115 31 27
Octal 160 63 225 31 102 0 52 425 61 47
Binary 1110000 110011 10010101 11001 1000010 0 101010 100010101 110001 100111

Color Harmonies of #703395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703395

Black with #703395

Text Example


Text Example

White with #703395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703395; }

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

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

background-color css

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

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

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

border-color css

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

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

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