Html Css Color HEX #70369C Royal Purple

📋 copy color: '#70369C'

red 112 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #70369C

Tints of Royal Purple #70369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 34.78%
G = 16.77%
B = 48.45%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70369C (or 0x70369C) is known color: Royal Purple. HEX triplet: 70, 36 and 9C. RGB value is (112,54,156). Sum of RGB (Red+Green+Blue) = 112+54+156=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #70369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70369C is #8FC963. Grayscale: #525252. Windows color (decimal): -9423204 or 10237552. OLE color: 10237552.

HSL color Cylindrical-coordinate representation of color #70369C: hue angle of 274.12º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70369C is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 54 156 -
CMYK 0.28 0.65 0 0.39
HSL 274.12º 0.49% 0.41% -
HSV(B) 274.12º 0.65% 0.61% -
XYZ 14 8.48 32.35 -
YUV 82.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 112 54 156 0.28 0.65 0 0.39 274.12 0.49 0.41
Hex 70 36 9C 1C 41 0 27 112 31 29
Octal 160 66 234 34 101 0 47 422 61 51
Binary 1110000 110110 10011100 11100 1000001 0 100111 100010010 110001 101001

Color Harmonies of #70369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70369C

Black with #70369C

Text Example


Text Example

White with #70369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70369C; }

 p { color: rgb(112,54,156); }

 H1.HeaderClassName
 {
   color: #70369C;
 }
 .AnyTagClassName
 {
   color: #70369C;
 }
</style>

background-color css

<style>
 a { background-color: #70369C; }

 a { background-color: rgb(112,54,156); }

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

border-color css

<style>
 span { border-color: #70369C; }

 span { border-color: rgb(112,54,156); }

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