Html Css Color HEX #703495 Royal Purple

📋 copy color: '#703495'

red 112 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #703495

Tints of Royal Purple #703495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 35.78%
G = 16.61%
B = 47.6%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703495 (or 0x703495) is known color: Royal Purple. HEX triplet: 70, 34 and 95. RGB value is (112,52,149). Sum of RGB (Red+Green+Blue) = 112+52+149=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #703495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703495 is #8FCB6A. Grayscale: #505050. Windows color (decimal): -9423723 or 9778288. OLE color: 9778288.

HSL color Cylindrical-coordinate representation of color #703495: hue angle of 277.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703495 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 52 149 -
CMYK 0.25 0.65 0 0.42
HSL 277.11º 0.48% 0.39% -
HSV(B) 277.11º 0.65% 0.58% -
XYZ 13.33 8.07 29.29 -
YUV 81 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 112 52 149 0.25 0.65 0 0.42 277.11 0.48 0.39
Hex 70 34 95 19 41 0 2A 115 30 27
Octal 160 64 225 31 101 0 52 425 60 47
Binary 1110000 110100 10010101 11001 1000001 0 101010 100010101 110000 100111

Color Harmonies of #703495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703495

Black with #703495

Text Example


Text Example

White with #703495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703495; }

 p { color: rgb(112,52,149); }

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

background-color css

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

 a { background-color: rgb(112,52,149); }

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

border-color css

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

 span { border-color: rgb(112,52,149); }

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