Html Css Color HEX #703EAC Royal Purple

📋 copy color: '#703EAC'

red 112 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #703EAC

Tints of Royal Purple #703EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

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

R = 32.37%
G = 17.92%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#703EAC (or 0x703EAC) is known color: Royal Purple. HEX triplet: 70, 3E and AC. RGB value is (112,62,172). Sum of RGB (Red+Green+Blue) = 112+62+172=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #703EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703EAC is #8FC153. Grayscale: #595959. Windows color (decimal): -9421140 or 11288176. OLE color: 11288176.

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

Color convert

RGB 112 62 172 -
CMYK 0.35 0.64 0 0.33
HSL 267.27º 0.47% 0.46% -
HSV(B) 267.27º 0.64% 0.67% -
XYZ 15.85 9.87 40.1 -
YUV 89.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 112 62 172 0.35 0.64 0 0.33 267.27 0.47 0.46
Hex 70 3E AC 23 40 0 21 10B 2F 2E
Octal 160 76 254 43 100 0 41 413 57 56
Binary 1110000 111110 10101100 100011 1000000 0 100001 100001011 101111 101110

Color Harmonies of #703EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EAC

Black with #703EAC

Text Example


Text Example

White with #703EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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