Html Css Color HEX #703EAA Royal Purple

📋 copy color: '#703EAA'

red 112 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #703EAA

Tints of Royal Purple #703EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 32.56%
G = 18.02%
B = 49.42%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#703EAA (or 0x703EAA) is known color: Royal Purple. HEX triplet: 70, 3E and AA. RGB value is (112,62,170). Sum of RGB (Red+Green+Blue) = 112+62+170=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #703EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703EAA is #8FC155. Grayscale: #585858. Windows color (decimal): -9421142 or 11157104. OLE color: 11157104.

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

Color convert

RGB 112 62 170 -
CMYK 0.34 0.64 0 0.33
HSL 267.78º 0.47% 0.45% -
HSV(B) 267.78º 0.64% 0.67% -
XYZ 15.66 9.79 39.09 -
YUV 89.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 112 62 170 0.34 0.64 0 0.33 267.78 0.47 0.45
Hex 70 3E AA 22 40 0 21 10C 2F 2D
Octal 160 76 252 42 100 0 41 414 57 55
Binary 1110000 111110 10101010 100010 1000000 0 100001 100001100 101111 101101

Color Harmonies of #703EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EAA

Black with #703EAA

Text Example


Text Example

White with #703EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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