Html Css Color HEX #70329B Royal Purple

📋 copy color: '#70329B'

red 112 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #70329B

Tints of Royal Purple #70329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 35.33%
G = 15.77%
B = 48.9%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70329B (or 0x70329B) is known color: Royal Purple. HEX triplet: 70, 32 and 9B. RGB value is (112,50,155). Sum of RGB (Red+Green+Blue) = 112+50+155=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #70329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70329B is #8FCD64. Grayscale: #505050. Windows color (decimal): -9424229 or 10170992. OLE color: 10170992.

HSL color Cylindrical-coordinate representation of color #70329B: hue angle of 275.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70329B is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 50 155 -
CMYK 0.28 0.68 0 0.39
HSL 275.43º 0.51% 0.4% -
HSV(B) 275.43º 0.68% 0.61% -
XYZ 13.74 8.09 31.85 -
YUV 80.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 112 50 155 0.28 0.68 0 0.39 275.43 0.51 0.4
Hex 70 32 9B 1C 44 0 27 113 33 28
Octal 160 62 233 34 104 0 47 423 63 50
Binary 1110000 110010 10011011 11100 1000100 0 100111 100010011 110011 101000

Color Harmonies of #70329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70329B

Black with #70329B

Text Example


Text Example

White with #70329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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