Html Css Color HEX #703FAE Royal Purple

📋 copy color: '#703FAE'

red 112 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #703FAE

Tints of Royal Purple #703FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

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

R = 32.09%
G = 18.05%
B = 49.86%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#703FAE (or 0x703FAE) is known color: Royal Purple. HEX triplet: 70, 3F and AE. RGB value is (112,63,174). Sum of RGB (Red+Green+Blue) = 112+63+174=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #703FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703FAE is #8FC051. Grayscale: #595959. Windows color (decimal): -9420882 or 11419504. OLE color: 11419504.

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

Color convert

RGB 112 63 174 -
CMYK 0.36 0.64 0 0.32
HSL 266.49º 0.47% 0.46% -
HSV(B) 266.49º 0.64% 0.68% -
XYZ 16.1 10.06 41.14 -
YUV 90.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 112 63 174 0.36 0.64 0 0.32 266.49 0.47 0.46
Hex 70 3F AE 24 40 0 20 10A 2F 2E
Octal 160 77 256 44 100 0 40 412 57 56
Binary 1110000 111111 10101110 100100 1000000 0 100000 100001010 101111 101110

Color Harmonies of #703FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FAE

Black with #703FAE

Text Example


Text Example

White with #703FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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