Html Css Color HEX #70359D Royal Purple

📋 copy color: '#70359D'

red 112 ◦ green 53 ◦ blue 157

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

Shades of Royal Purple #70359D

Tints of Royal Purple #70359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 34.78%
G = 16.46%
B = 48.76%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70359D (or 0x70359D) is known color: Royal Purple. HEX triplet: 70, 35 and 9D. RGB value is (112,53,157). Sum of RGB (Red+Green+Blue) = 112+53+157=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #70359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70359D is #8FCA62. Grayscale: #525252. Windows color (decimal): -9423459 or 10302832. OLE color: 10302832.

HSL color Cylindrical-coordinate representation of color #70359D: hue angle of 274.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70359D is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 53 157 -
CMYK 0.29 0.66 0 0.38
HSL 274.04º 0.5% 0.41% -
HSV(B) 274.04º 0.66% 0.62% -
XYZ 14.04 8.43 32.78 -
YUV 82.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 112 53 157 0.29 0.66 0 0.38 274.04 0.5 0.41
Hex 70 35 9D 1D 42 0 26 112 32 29
Octal 160 65 235 35 102 0 46 422 62 51
Binary 1110000 110101 10011101 11101 1000010 0 100110 100010010 110010 101001

Color Harmonies of #70359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70359D

Black with #70359D

Text Example


Text Example

White with #70359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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