Html Css Color HEX #703AAD Royal Purple

📋 copy color: '#703AAD'

red 112 ◦ green 58 ◦ blue 173

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

Shades of Royal Purple #703AAD

Tints of Royal Purple #703AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 32.65%
G = 16.91%
B = 50.44%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#703AAD (or 0x703AAD) is known color: Royal Purple. HEX triplet: 70, 3A and AD. RGB value is (112,58,173). Sum of RGB (Red+Green+Blue) = 112+58+173=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #703AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AAD is #8FC552. Grayscale: #565656. Windows color (decimal): -9422163 or 11352688. OLE color: 11352688.

HSL color Cylindrical-coordinate representation of color #703AAD: hue angle of 268.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703AAD is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 58 173 -
CMYK 0.35 0.66 0 0.32
HSL 268.17º 0.5% 0.45% -
HSV(B) 268.17º 0.66% 0.68% -
XYZ 15.74 9.49 40.54 -
YUV 87.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 112 58 173 0.35 0.66 0 0.32 268.17 0.5 0.45
Hex 70 3A AD 23 42 0 20 10C 32 2D
Octal 160 72 255 43 102 0 40 414 62 55
Binary 1110000 111010 10101101 100011 1000010 0 100000 100001100 110010 101101

Color Harmonies of #703AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AAD

Black with #703AAD

Text Example


Text Example

White with #703AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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