Html Css Color HEX #703BAE Royal Purple

📋 copy color: '#703BAE'

red 112 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #703BAE

Tints of Royal Purple #703BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

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

R = 32.46%
G = 17.1%
B = 50.43%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#703BAE (or 0x703BAE) is known color: Royal Purple. HEX triplet: 70, 3B and AE. RGB value is (112,59,174). Sum of RGB (Red+Green+Blue) = 112+59+174=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #703BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703BAE is #8FC451. Grayscale: #575757. Windows color (decimal): -9421906 or 11418480. OLE color: 11418480.

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

Color convert

RGB 112 59 174 -
CMYK 0.36 0.66 0 0.32
HSL 267.65º 0.49% 0.46% -
HSV(B) 267.65º 0.66% 0.68% -
XYZ 15.89 9.63 41.07 -
YUV 87.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 112 59 174 0.36 0.66 0 0.32 267.65 0.49 0.46
Hex 70 3B AE 24 42 0 20 10C 31 2E
Octal 160 73 256 44 102 0 40 414 61 56
Binary 1110000 111011 10101110 100100 1000010 0 100000 100001100 110001 101110

Color Harmonies of #703BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BAE

Black with #703BAE

Text Example


Text Example

White with #703BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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