Html Css Color HEX #703299 Royal Purple

📋 copy color: '#703299'

red 112 ◦ green 50 ◦ blue 153

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

Shades of Royal Purple #703299

Tints of Royal Purple #703299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 35.56%
G = 15.87%
B = 48.57%

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

#703299 (or 0x703299) is known color: Royal Purple. HEX triplet: 70, 32 and 99. RGB value is (112,50,153). Sum of RGB (Red+Green+Blue) = 112+50+153=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #703299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703299 is #8FCD66. Grayscale: #4F4F4F. Windows color (decimal): -9424231 or 10039920. OLE color: 10039920.

HSL color Cylindrical-coordinate representation of color #703299: hue angle of 276.12º degrees, saturation: 0.51, 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 #703299 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 50 153 -
CMYK 0.27 0.67 0 0.4
HSL 276.12º 0.51% 0.4% -
HSV(B) 276.12º 0.67% 0.6% -
XYZ 13.57 8.03 30.97 -
YUV 80.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 112 50 153 0.27 0.67 0 0.4 276.12 0.51 0.4
Hex 70 32 99 1B 43 0 28 114 33 28
Octal 160 62 231 33 103 0 50 424 63 50
Binary 1110000 110010 10011001 11011 1000011 0 101000 100010100 110011 101000

Color Harmonies of #703299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703299

Black with #703299

Text Example


Text Example

White with #703299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703299; }

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

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

background-color css

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

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

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

border-color css

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

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

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