Html Css Color HEX #703399 Royal Purple

📋 copy color: '#703399'

red 112 ◦ green 51 ◦ blue 153

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

Shades of Royal Purple #703399

Tints of Royal Purple #703399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 35.44%
G = 16.14%
B = 48.42%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#703399 (or 0x703399) is known color: Royal Purple. HEX triplet: 70, 33 and 99. RGB value is (112,51,153). Sum of RGB (Red+Green+Blue) = 112+51+153=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #703399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703399 is #8FCC66. Grayscale: #505050. Windows color (decimal): -9423975 or 10040176. OLE color: 10040176.

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

Color convert

RGB 112 51 153 -
CMYK 0.27 0.67 0 0.4
HSL 275.88º 0.5% 0.4% -
HSV(B) 275.88º 0.67% 0.6% -
XYZ 13.62 8.11 30.99 -
YUV 80.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 112 51 153 0.27 0.67 0 0.4 275.88 0.5 0.4
Hex 70 33 99 1B 43 0 28 114 32 28
Octal 160 63 231 33 103 0 50 424 62 50
Binary 1110000 110011 10011001 11011 1000011 0 101000 100010100 110010 101000

Color Harmonies of #703399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703399

Black with #703399

Text Example


Text Example

White with #703399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703399; }

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

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

background-color css

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

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

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

border-color css

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

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

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