Html Css Color HEX #70349F Royal Purple

📋 copy color: '#70349F'

red 112 ◦ green 52 ◦ blue 159

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

Shades of Royal Purple #70349F

Tints of Royal Purple #70349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 34.67%
G = 16.1%
B = 49.23%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70349F (or 0x70349F) is known color: Royal Purple. HEX triplet: 70, 34 and 9F. RGB value is (112,52,159). Sum of RGB (Red+Green+Blue) = 112+52+159=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #70349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70349F is #8FCB60. Grayscale: #515151. Windows color (decimal): -9423713 or 10433648. OLE color: 10433648.

HSL color Cylindrical-coordinate representation of color #70349F: hue angle of 273.64º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70349F is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 52 159 -
CMYK 0.30 0.67 0 0.38
HSL 273.64º 0.51% 0.41% -
HSV(B) 273.64º 0.67% 0.62% -
XYZ 14.17 8.4 33.68 -
YUV 82.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 112 52 159 0.30 0.67 0 0.38 273.64 0.51 0.41
Hex 70 34 9F 1E 43 0 26 112 33 29
Octal 160 64 237 36 103 0 46 422 63 51
Binary 1110000 110100 10011111 11110 1000011 0 100110 100010010 110011 101001

Color Harmonies of #70349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70349F

Black with #70349F

Text Example


Text Example

White with #70349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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