Html Css Color HEX #703AAE Royal Purple

📋 copy color: '#703AAE'

red 112 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #703AAE

Tints of Royal Purple #703AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 32.56%
G = 16.86%
B = 50.58%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#703AAE (or 0x703AAE) is known color: Royal Purple. HEX triplet: 70, 3A and AE. RGB value is (112,58,174). Sum of RGB (Red+Green+Blue) = 112+58+174=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #703AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AAE is #8FC551. Grayscale: #565656. Windows color (decimal): -9422162 or 11418224. OLE color: 11418224.

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

Color convert

RGB 112 58 174 -
CMYK 0.36 0.67 0 0.32
HSL 267.93º 0.5% 0.45% -
HSV(B) 267.93º 0.67% 0.68% -
XYZ 15.84 9.53 41.05 -
YUV 87.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 112 58 174 0.36 0.67 0 0.32 267.93 0.5 0.45
Hex 70 3A AE 24 43 0 20 10C 32 2D
Octal 160 72 256 44 103 0 40 414 62 55
Binary 1110000 111010 10101110 100100 1000011 0 100000 100001100 110010 101101

Color Harmonies of #703AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AAE

Black with #703AAE

Text Example


Text Example

White with #703AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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