Html Css Color HEX #70249D Royal Purple

📋 copy color: '#70249D'

red 112 ◦ green 36 ◦ blue 157

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

Shades of Royal Purple #70249D

Tints of Royal Purple #70249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

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

R = 36.72%
G = 11.8%
B = 51.48%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70249D (or 0x70249D) is known color: Royal Purple. HEX triplet: 70, 24 and 9D. RGB value is (112,36,157). Sum of RGB (Red+Green+Blue) = 112+36+157=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #70249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70249D is #8FDB62. Grayscale: #484848. Windows color (decimal): -9427811 or 10298480. OLE color: 10298480.

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

Color convert

RGB 112 36 157 -
CMYK 0.29 0.77 0 0.38
HSL 277.69º 0.63% 0.38% -
HSV(B) 277.69º 0.77% 0.62% -
XYZ 13.4 7.14 32.57 -
YUV 72.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 112 36 157 0.29 0.77 0 0.38 277.69 0.63 0.38
Hex 70 24 9D 1D 4D 0 26 116 3F 26
Octal 160 44 235 35 115 0 46 426 77 46
Binary 1110000 100100 10011101 11101 1001101 0 100110 100010110 111111 100110

Color Harmonies of #70249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70249D

Black with #70249D

Text Example


Text Example

White with #70249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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