Html Css Color HEX #70379F Royal Purple

📋 copy color: '#70379F'

red 112 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #70379F

Tints of Royal Purple #70379F

RGB

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

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

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

R = 34.36%
G = 16.87%
B = 48.77%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70379F (or 0x70379F) is known color: Royal Purple. HEX triplet: 70, 37 and 9F. RGB value is (112,55,159). Sum of RGB (Red+Green+Blue) = 112+55+159=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #70379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70379F is #8FC860. Grayscale: #535353. Windows color (decimal): -9422945 or 10434416. OLE color: 10434416.

HSL color Cylindrical-coordinate representation of color #70379F: hue angle of 272.88º degrees, saturation: 0.49, 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 #70379F is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 55 159 -
CMYK 0.30 0.65 0 0.38
HSL 272.88º 0.49% 0.42% -
HSV(B) 272.88º 0.65% 0.62% -
XYZ 14.31 8.68 33.72 -
YUV 83.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 112 55 159 0.30 0.65 0 0.38 272.88 0.49 0.42
Hex 70 37 9F 1E 41 0 26 111 31 2A
Octal 160 67 237 36 101 0 46 421 61 52
Binary 1110000 110111 10011111 11110 1000001 0 100110 100010001 110001 101010

Color Harmonies of #70379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70379F

Black with #70379F

Text Example


Text Example

White with #70379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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