Html Css Color HEX #703FAC Royal Purple

📋 copy color: '#703FAC'

red 112 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #703FAC

Tints of Royal Purple #703FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 32.28%
G = 18.16%
B = 49.57%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#703FAC (or 0x703FAC) is known color: Royal Purple. HEX triplet: 70, 3F and AC. RGB value is (112,63,172). Sum of RGB (Red+Green+Blue) = 112+63+172=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #703FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703FAC is #8FC053. Grayscale: #595959. Windows color (decimal): -9420884 or 11288432. OLE color: 11288432.

HSL color Cylindrical-coordinate representation of color #703FAC: hue angle of 266.97º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703FAC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 63 172 -
CMYK 0.35 0.63 0 0.33
HSL 266.97º 0.46% 0.46% -
HSV(B) 266.97º 0.63% 0.67% -
XYZ 15.91 9.98 40.12 -
YUV 90.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 112 63 172 0.35 0.63 0 0.33 266.97 0.46 0.46
Hex 70 3F AC 23 3F 0 21 10B 2E 2E
Octal 160 77 254 43 77 0 41 413 56 56
Binary 1110000 111111 10101100 100011 111111 0 100001 100001011 101110 101110

Color Harmonies of #703FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FAC

Black with #703FAC

Text Example


Text Example

White with #703FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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