Html Css Color HEX #703099 Royal Purple

📋 copy color: '#703099'

red 112 ◦ green 48 ◦ blue 153

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

Shades of Royal Purple #703099

Tints of Royal Purple #703099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

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

R = 35.78%
G = 15.34%
B = 48.88%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#703099 (or 0x703099) is known color: Royal Purple. HEX triplet: 70, 30 and 99. RGB value is (112,48,153). Sum of RGB (Red+Green+Blue) = 112+48+153=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #703099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703099 is #8FCF66. Grayscale: #4E4E4E. Windows color (decimal): -9424743 or 10039408. OLE color: 10039408.

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

Color convert

RGB 112 48 153 -
CMYK 0.27 0.69 0 0.4
HSL 276.57º 0.52% 0.39% -
HSV(B) 276.57º 0.69% 0.6% -
XYZ 13.49 7.86 30.94 -
YUV 79.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 112 48 153 0.27 0.69 0 0.4 276.57 0.52 0.39
Hex 70 30 99 1B 45 0 28 115 34 27
Octal 160 60 231 33 105 0 50 425 64 47
Binary 1110000 110000 10011001 11011 1000101 0 101000 100010101 110100 100111

Color Harmonies of #703099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703099

Black with #703099

Text Example


Text Example

White with #703099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703099; }

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

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

background-color css

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

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

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

border-color css

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

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

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