Html Css Color HEX #703FAD Royal Purple

📋 copy color: '#703FAD'

red 112 ◦ green 63 ◦ blue 173

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

Shades of Royal Purple #703FAD

Tints of Royal Purple #703FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 32.18%
G = 18.1%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#703FAD (or 0x703FAD) is known color: Royal Purple. HEX triplet: 70, 3F and AD. RGB value is (112,63,173). Sum of RGB (Red+Green+Blue) = 112+63+173=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #703FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703FAD is #8FC052. Grayscale: #595959. Windows color (decimal): -9420883 or 11353968. OLE color: 11353968.

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

Color convert

RGB 112 63 173 -
CMYK 0.35 0.64 0 0.32
HSL 266.73º 0.47% 0.46% -
HSV(B) 266.73º 0.64% 0.68% -
XYZ 16 10.02 40.63 -
YUV 90.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 112 63 173 0.35 0.64 0 0.32 266.73 0.47 0.46
Hex 70 3F AD 23 40 0 20 10B 2F 2E
Octal 160 77 255 43 100 0 40 413 57 56
Binary 1110000 111111 10101101 100011 1000000 0 100000 100001011 101111 101110

Color Harmonies of #703FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FAD

Black with #703FAD

Text Example


Text Example

White with #703FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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