Html Css Color HEX #70349D Royal Purple

📋 copy color: '#70349D'

red 112 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #70349D

Tints of Royal Purple #70349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 34.89%
G = 16.2%
B = 48.91%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70349D (or 0x70349D) is known color: Royal Purple. HEX triplet: 70, 34 and 9D. RGB value is (112,52,157). Sum of RGB (Red+Green+Blue) = 112+52+157=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #70349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70349D is #8FCB62. Grayscale: #515151. Windows color (decimal): -9423715 or 10302576. OLE color: 10302576.

HSL color Cylindrical-coordinate representation of color #70349D: hue angle of 274.29º degrees, saturation: 0.5, 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 #70349D is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 52 157 -
CMYK 0.29 0.67 0 0.38
HSL 274.29º 0.5% 0.41% -
HSV(B) 274.29º 0.67% 0.62% -
XYZ 14 8.34 32.77 -
YUV 81.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 112 52 157 0.29 0.67 0 0.38 274.29 0.5 0.41
Hex 70 34 9D 1D 43 0 26 112 32 29
Octal 160 64 235 35 103 0 46 422 62 51
Binary 1110000 110100 10011101 11101 1000011 0 100110 100010010 110010 101001

Color Harmonies of #70349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70349D

Black with #70349D

Text Example


Text Example

White with #70349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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