Html Css Color HEX #703AAC Royal Purple

📋 copy color: '#703AAC'

red 112 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #703AAC

Tints of Royal Purple #703AAC

RGB

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

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

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

R = 32.75%
G = 16.96%
B = 50.29%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#703AAC (or 0x703AAC) is known color: Royal Purple. HEX triplet: 70, 3A and AC. RGB value is (112,58,172). Sum of RGB (Red+Green+Blue) = 112+58+172=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #703AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AAC is #8FC553. Grayscale: #565656. Windows color (decimal): -9422164 or 11287152. OLE color: 11287152.

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

Color convert

RGB 112 58 172 -
CMYK 0.35 0.66 0 0.33
HSL 268.42º 0.5% 0.45% -
HSV(B) 268.42º 0.66% 0.67% -
XYZ 15.64 9.45 40.03 -
YUV 87.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 112 58 172 0.35 0.66 0 0.33 268.42 0.5 0.45
Hex 70 3A AC 23 42 0 21 10C 32 2D
Octal 160 72 254 43 102 0 41 414 62 55
Binary 1110000 111010 10101100 100011 1000010 0 100001 100001100 110010 101101

Color Harmonies of #703AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AAC

Black with #703AAC

Text Example


Text Example

White with #703AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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