Html Css Color HEX #704297 Royal Purple

📋 copy color: '#704297'

red 112 ◦ green 66 ◦ blue 151

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

Shades of Royal Purple #704297

Tints of Royal Purple #704297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 34.04%
G = 20.06%
B = 45.9%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#704297 (or 0x704297) is known color: Royal Purple. HEX triplet: 70, 42 and 97. RGB value is (112,66,151). Sum of RGB (Red+Green+Blue) = 112+66+151=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #704297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704297 is #8FBD68. Grayscale: #595959. Windows color (decimal): -9420137 or 9912944. OLE color: 9912944.

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

Color convert

RGB 112 66 151 -
CMYK 0.26 0.56 0 0.41
HSL 272.47º 0.39% 0.43% -
HSV(B) 272.47º 0.56% 0.59% -
XYZ 14.22 9.58 30.38 -
YUV 89.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 112 66 151 0.26 0.56 0 0.41 272.47 0.39 0.43
Hex 70 42 97 1A 38 0 29 110 27 2B
Octal 160 102 227 32 70 0 51 420 47 53
Binary 1110000 1000010 10010111 11010 111000 0 101001 100010000 100111 101011

Color Harmonies of #704297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704297

Black with #704297

Text Example


Text Example

White with #704297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704297; }

 p { color: rgb(112,66,151); }

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

background-color css

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

 a { background-color: rgb(112,66,151); }

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

border-color css

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

 span { border-color: rgb(112,66,151); }

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