Html Css Color HEX #70379D Royal Purple

📋 copy color: '#70379D'

red 112 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #70379D

Tints of Royal Purple #70379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

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

R = 34.57%
G = 16.98%
B = 48.46%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70379D (or 0x70379D) is known color: Royal Purple. HEX triplet: 70, 37 and 9D. RGB value is (112,55,157). Sum of RGB (Red+Green+Blue) = 112+55+157=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #70379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70379D is #8FC862. Grayscale: #535353. Windows color (decimal): -9422947 or 10303344. OLE color: 10303344.

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

Color convert

RGB 112 55 157 -
CMYK 0.29 0.65 0 0.38
HSL 273.53º 0.48% 0.42% -
HSV(B) 273.53º 0.65% 0.62% -
XYZ 14.13 8.61 32.82 -
YUV 83.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 112 55 157 0.29 0.65 0 0.38 273.53 0.48 0.42
Hex 70 37 9D 1D 41 0 26 112 30 2A
Octal 160 67 235 35 101 0 46 422 60 52
Binary 1110000 110111 10011101 11101 1000001 0 100110 100010010 110000 101010

Color Harmonies of #70379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70379D

Black with #70379D

Text Example


Text Example

White with #70379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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