Html Css Color HEX #70389D Royal Purple

📋 copy color: '#70389D'

red 112 ◦ green 56 ◦ blue 157

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

Shades of Royal Purple #70389D

Tints of Royal Purple #70389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

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

R = 34.46%
G = 17.23%
B = 48.31%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70389D (or 0x70389D) is known color: Royal Purple. HEX triplet: 70, 38 and 9D. RGB value is (112,56,157). Sum of RGB (Red+Green+Blue) = 112+56+157=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #70389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70389D is #8FC762. Grayscale: #535353. Windows color (decimal): -9422691 or 10303600. OLE color: 10303600.

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

Color convert

RGB 112 56 157 -
CMYK 0.29 0.64 0 0.38
HSL 273.27º 0.47% 0.42% -
HSV(B) 273.27º 0.64% 0.62% -
XYZ 14.18 8.71 32.83 -
YUV 84.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 112 56 157 0.29 0.64 0 0.38 273.27 0.47 0.42
Hex 70 38 9D 1D 40 0 26 111 2F 2A
Octal 160 70 235 35 100 0 46 421 57 52
Binary 1110000 111000 10011101 11101 1000000 0 100110 100010001 101111 101010

Color Harmonies of #70389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70389D

Black with #70389D

Text Example


Text Example

White with #70389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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