Html Css Color HEX #70329F Royal Purple

📋 copy color: '#70329F'

red 112 ◦ green 50 ◦ blue 159

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

Shades of Royal Purple #70329F

Tints of Royal Purple #70329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 34.89%
G = 15.58%
B = 49.53%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70329F (or 0x70329F) is known color: Royal Purple. HEX triplet: 70, 32 and 9F. RGB value is (112,50,159). Sum of RGB (Red+Green+Blue) = 112+50+159=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #70329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70329F is #8FCD60. Grayscale: #505050. Windows color (decimal): -9424225 or 10433136. OLE color: 10433136.

HSL color Cylindrical-coordinate representation of color #70329F: hue angle of 274.13º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70329F is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 50 159 -
CMYK 0.30 0.69 0 0.38
HSL 274.13º 0.52% 0.41% -
HSV(B) 274.13º 0.69% 0.62% -
XYZ 14.08 8.23 33.65 -
YUV 80.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 112 50 159 0.30 0.69 0 0.38 274.13 0.52 0.41
Hex 70 32 9F 1E 45 0 26 112 34 29
Octal 160 62 237 36 105 0 46 422 64 51
Binary 1110000 110010 10011111 11110 1000101 0 100110 100010010 110100 101001

Color Harmonies of #70329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70329F

Black with #70329F

Text Example


Text Example

White with #70329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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