Html Css Color HEX #704396 Royal Purple

📋 copy color: '#704396'

red 112 ◦ green 67 ◦ blue 150

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

Shades of Royal Purple #704396

Tints of Royal Purple #704396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 34.04%
G = 20.36%
B = 45.59%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#704396 (or 0x704396) is known color: Royal Purple. HEX triplet: 70, 43 and 96. RGB value is (112,67,150). Sum of RGB (Red+Green+Blue) = 112+67+150=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #704396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704396 is #8FBC69. Grayscale: #595959. Windows color (decimal): -9419882 or 9847664. OLE color: 9847664.

HSL color Cylindrical-coordinate representation of color #704396: hue angle of 272.53º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704396 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 67 150 -
CMYK 0.25 0.55 0 0.41
HSL 272.53º 0.38% 0.43% -
HSV(B) 272.53º 0.55% 0.59% -
XYZ 14.19 9.66 29.97 -
YUV 89.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 112 67 150 0.25 0.55 0 0.41 272.53 0.38 0.43
Hex 70 43 96 19 37 0 29 111 26 2B
Octal 160 103 226 31 67 0 51 421 46 53
Binary 1110000 1000011 10010110 11001 110111 0 101001 100010001 100110 101011

Color Harmonies of #704396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704396

Black with #704396

Text Example


Text Example

White with #704396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704396; }

 p { color: rgb(112,67,150); }

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

background-color css

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

 a { background-color: rgb(112,67,150); }

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

border-color css

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

 span { border-color: rgb(112,67,150); }

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