Html Css Color HEX #703394 Royal Purple

📋 copy color: '#703394'

red 112 ◦ green 51 ◦ blue 148

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

Shades of Royal Purple #703394

Tints of Royal Purple #703394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 36.01%
G = 16.4%
B = 47.59%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703394 (or 0x703394) is known color: Royal Purple. HEX triplet: 70, 33 and 94. RGB value is (112,51,148). Sum of RGB (Red+Green+Blue) = 112+51+148=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #703394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703394 is #8FCC6B. Grayscale: #4F4F4F. Windows color (decimal): -9423980 or 9712496. OLE color: 9712496.

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

Color convert

RGB 112 51 148 -
CMYK 0.24 0.66 0 0.42
HSL 277.73º 0.49% 0.39% -
HSV(B) 277.73º 0.66% 0.58% -
XYZ 13.21 7.95 28.86 -
YUV 80.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 112 51 148 0.24 0.66 0 0.42 277.73 0.49 0.39
Hex 70 33 94 18 42 0 2A 116 31 27
Octal 160 63 224 30 102 0 52 426 61 47
Binary 1110000 110011 10010100 11000 1000010 0 101010 100010110 110001 100111

Color Harmonies of #703394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703394

Black with #703394

Text Example


Text Example

White with #703394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703394; }

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

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

background-color css

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

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

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

border-color css

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

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

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