Html Css Color HEX #70379C Royal Purple

📋 copy color: '#70379C'

red 112 ◦ green 55 ◦ blue 156

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

Shades of Royal Purple #70379C

Tints of Royal Purple #70379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.3%

R = 34.67%
G = 17.03%
B = 48.3%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70379C (or 0x70379C) is known color: Royal Purple. HEX triplet: 70, 37 and 9C. RGB value is (112,55,156). Sum of RGB (Red+Green+Blue) = 112+55+156=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #70379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70379C is #8FC863. Grayscale: #535353. Windows color (decimal): -9422948 or 10237808. OLE color: 10237808.

HSL color Cylindrical-coordinate representation of color #70379C: hue angle of 273.86º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70379C is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 55 156 -
CMYK 0.28 0.65 0 0.39
HSL 273.86º 0.48% 0.41% -
HSV(B) 273.86º 0.65% 0.61% -
XYZ 14.05 8.58 32.37 -
YUV 83.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 112 55 156 0.28 0.65 0 0.39 273.86 0.48 0.41
Hex 70 37 9C 1C 41 0 27 112 30 29
Octal 160 67 234 34 101 0 47 422 60 51
Binary 1110000 110111 10011100 11100 1000001 0 100111 100010010 110000 101001

Color Harmonies of #70379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70379C

Black with #70379C

Text Example


Text Example

White with #70379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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