Html Css Color HEX #703FA4 Royal Purple

📋 copy color: '#703FA4'

red 112 ◦ green 63 ◦ blue 164

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

Shades of Royal Purple #703FA4

Tints of Royal Purple #703FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.38%

R = 33.04%
G = 18.58%
B = 48.38%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#703FA4 (or 0x703FA4) is known color: Royal Purple. HEX triplet: 70, 3F and A4. RGB value is (112,63,164). Sum of RGB (Red+Green+Blue) = 112+63+164=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #703FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703FA4 is #8FC05B. Grayscale: #585858. Windows color (decimal): -9420892 or 10764144. OLE color: 10764144.

HSL color Cylindrical-coordinate representation of color #703FA4: hue angle of 269.11º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703FA4 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 63 164 -
CMYK 0.32 0.62 0 0.36
HSL 269.11º 0.44% 0.45% -
HSV(B) 269.11º 0.62% 0.64% -
XYZ 15.16 9.68 36.19 -
YUV 89.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 112 63 164 0.32 0.62 0 0.36 269.11 0.44 0.45
Hex 70 3F A4 20 3E 0 24 10D 2C 2D
Octal 160 77 244 40 76 0 44 415 54 55
Binary 1110000 111111 10100100 100000 111110 0 100100 100001101 101100 101101

Color Harmonies of #703FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FA4

Black with #703FA4

Text Example


Text Example

White with #703FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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