Html Css Color HEX #703A93 Royal Purple

📋 copy color: '#703A93'

red 112 ◦ green 58 ◦ blue 147

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

Shades of Royal Purple #703A93

Tints of Royal Purple #703A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 147 (57.81% from 255) = 46.37%

R = 35.33%
G = 18.3%
B = 46.37%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703A93 (or 0x703A93) is known color: Royal Purple. HEX triplet: 70, 3A and 93. RGB value is (112,58,147). Sum of RGB (Red+Green+Blue) = 112+58+147=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #703A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703A93 is #8FC56C. Grayscale: #535353. Windows color (decimal): -9422189 or 9648752. OLE color: 9648752.

HSL color Cylindrical-coordinate representation of color #703A93: hue angle of 276.4º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703A93 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 58 147 -
CMYK 0.24 0.61 0 0.42
HSL 276.4º 0.43% 0.4% -
HSV(B) 276.4º 0.61% 0.58% -
XYZ 13.46 8.58 28.55 -
YUV 84.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 112 58 147 0.24 0.61 0 0.42 276.4 0.43 0.4
Hex 70 3A 93 18 3D 0 2A 114 2B 28
Octal 160 72 223 30 75 0 52 424 53 50
Binary 1110000 111010 10010011 11000 111101 0 101010 100010100 101011 101000

Color Harmonies of #703A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A93

Black with #703A93

Text Example


Text Example

White with #703A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A93; }

 p { color: rgb(112,58,147); }

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

background-color css

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

 a { background-color: rgb(112,58,147); }

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

border-color css

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

 span { border-color: rgb(112,58,147); }

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