Html Css Color HEX #704292 Royal Purple

📋 copy color: '#704292'

red 112 ◦ green 66 ◦ blue 146

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

Shades of Royal Purple #704292

Tints of Royal Purple #704292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 34.57%
G = 20.37%
B = 45.06%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704292 (or 0x704292) is known color: Royal Purple. HEX triplet: 70, 42 and 92. RGB value is (112,66,146). Sum of RGB (Red+Green+Blue) = 112+66+146=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #704292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704292 is #8FBD6D. Grayscale: #585858. Windows color (decimal): -9420142 or 9585264. OLE color: 9585264.

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

Color convert

RGB 112 66 146 -
CMYK 0.23 0.55 0 0.43
HSL 274.5º 0.38% 0.42% -
HSV(B) 274.5º 0.55% 0.57% -
XYZ 13.82 9.42 28.28 -
YUV 88.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 112 66 146 0.23 0.55 0 0.43 274.5 0.38 0.42
Hex 70 42 92 17 37 0 2B 112 26 2A
Octal 160 102 222 27 67 0 53 422 46 52
Binary 1110000 1000010 10010010 10111 110111 0 101011 100010010 100110 101010

Color Harmonies of #704292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704292

Black with #704292

Text Example


Text Example

White with #704292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704292; }

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

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

background-color css

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

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

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

border-color css

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

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

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