Html Css Color HEX #703599 Royal Purple

📋 copy color: '#703599'

red 112 ◦ green 53 ◦ blue 153

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

Shades of Royal Purple #703599

Tints of Royal Purple #703599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 35.22%
G = 16.67%
B = 48.11%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#703599 (or 0x703599) is known color: Royal Purple. HEX triplet: 70, 35 and 99. RGB value is (112,53,153). Sum of RGB (Red+Green+Blue) = 112+53+153=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #703599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703599 is #8FCA66. Grayscale: #515151. Windows color (decimal): -9423463 or 10040688. OLE color: 10040688.

HSL color Cylindrical-coordinate representation of color #703599: hue angle of 275.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703599 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 53 153 -
CMYK 0.27 0.65 0 0.4
HSL 275.4º 0.49% 0.4% -
HSV(B) 275.4º 0.65% 0.6% -
XYZ 13.7 8.29 31.01 -
YUV 82.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 112 53 153 0.27 0.65 0 0.4 275.4 0.49 0.4
Hex 70 35 99 1B 41 0 28 113 31 28
Octal 160 65 231 33 101 0 50 423 61 50
Binary 1110000 110101 10011001 11011 1000001 0 101000 100010011 110001 101000

Color Harmonies of #703599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703599

Black with #703599

Text Example


Text Example

White with #703599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703599; }

 p { color: rgb(112,53,153); }

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

background-color css

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

 a { background-color: rgb(112,53,153); }

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

border-color css

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

 span { border-color: rgb(112,53,153); }

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