Html Css Color HEX #703A90 Royal Purple

📋 copy color: '#703A90'

red 112 ◦ green 58 ◦ blue 144

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

Shades of Royal Purple #703A90

Tints of Royal Purple #703A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 35.67%
G = 18.47%
B = 45.86%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#703A90 (or 0x703A90) is known color: Royal Purple. HEX triplet: 70, 3A and 90. RGB value is (112,58,144). Sum of RGB (Red+Green+Blue) = 112+58+144=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #703A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703A90 is #8FC56F. Grayscale: #535353. Windows color (decimal): -9422192 or 9452144. OLE color: 9452144.

HSL color Cylindrical-coordinate representation of color #703A90: hue angle of 277.67º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703A90 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 58 144 -
CMYK 0.22 0.60 0 0.44
HSL 277.67º 0.43% 0.4% -
HSV(B) 277.67º 0.6% 0.56% -
XYZ 13.23 8.48 27.33 -
YUV 83.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 112 58 144 0.22 0.60 0 0.44 277.67 0.43 0.4
Hex 70 3A 90 16 3C 0 2C 116 2B 28
Octal 160 72 220 26 74 0 54 426 53 50
Binary 1110000 111010 10010000 10110 111100 0 101100 100010110 101011 101000

Color Harmonies of #703A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A90

Black with #703A90

Text Example


Text Example

White with #703A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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