Html Css Color HEX #70339D Royal Purple

📋 copy color: '#70339D'

red 112 ◦ green 51 ◦ blue 157

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

Shades of Royal Purple #70339D

Tints of Royal Purple #70339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 35%
G = 15.94%
B = 49.06%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70339D (or 0x70339D) is known color: Royal Purple. HEX triplet: 70, 33 and 9D. RGB value is (112,51,157). Sum of RGB (Red+Green+Blue) = 112+51+157=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #70339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70339D is #8FCC62. Grayscale: #505050. Windows color (decimal): -9423971 or 10302320. OLE color: 10302320.

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

Color convert

RGB 112 51 157 -
CMYK 0.29 0.68 0 0.38
HSL 274.53º 0.51% 0.41% -
HSV(B) 274.53º 0.68% 0.62% -
XYZ 13.95 8.25 32.75 -
YUV 81.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 112 51 157 0.29 0.68 0 0.38 274.53 0.51 0.41
Hex 70 33 9D 1D 44 0 26 113 33 29
Octal 160 63 235 35 104 0 46 423 63 51
Binary 1110000 110011 10011101 11101 1000100 0 100110 100010011 110011 101001

Color Harmonies of #70339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70339D

Black with #70339D

Text Example


Text Example

White with #70339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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