Html Css Color HEX #70369F Royal Purple

📋 copy color: '#70369F'

red 112 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #70369F

Tints of Royal Purple #70369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 34.46%
G = 16.62%
B = 48.92%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70369F (or 0x70369F) is known color: Royal Purple. HEX triplet: 70, 36 and 9F. RGB value is (112,54,159). Sum of RGB (Red+Green+Blue) = 112+54+159=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #70369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70369F is #8FC960. Grayscale: #525252. Windows color (decimal): -9423201 or 10434160. OLE color: 10434160.

HSL color Cylindrical-coordinate representation of color #70369F: hue angle of 273.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70369F is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 54 159 -
CMYK 0.30 0.66 0 0.38
HSL 273.14º 0.49% 0.42% -
HSV(B) 273.14º 0.66% 0.62% -
XYZ 14.26 8.59 33.71 -
YUV 83.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 112 54 159 0.30 0.66 0 0.38 273.14 0.49 0.42
Hex 70 36 9F 1E 42 0 26 111 31 2A
Octal 160 66 237 36 102 0 46 421 61 52
Binary 1110000 110110 10011111 11110 1000010 0 100110 100010001 110001 101010

Color Harmonies of #70369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70369F

Black with #70369F

Text Example


Text Example

White with #70369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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