Html Css Color HEX #704198 Royal Purple

📋 copy color: '#704198'

red 112 ◦ green 65 ◦ blue 152

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

Shades of Royal Purple #704198

Tints of Royal Purple #704198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 34.04%
G = 19.76%
B = 46.2%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#704198 (or 0x704198) is known color: Royal Purple. HEX triplet: 70, 41 and 98. RGB value is (112,65,152). Sum of RGB (Red+Green+Blue) = 112+65+152=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #704198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704198 is #8FBE67. Grayscale: #585858. Windows color (decimal): -9420392 or 9978224. OLE color: 9978224.

HSL color Cylindrical-coordinate representation of color #704198: hue angle of 272.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704198 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 65 152 -
CMYK 0.26 0.57 0 0.40
HSL 272.41º 0.4% 0.43% -
HSV(B) 272.41º 0.57% 0.6% -
XYZ 14.24 9.49 30.79 -
YUV 88.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 112 65 152 0.26 0.57 0 0.40 272.41 0.4 0.43
Hex 70 41 98 1A 39 0 28 110 28 2B
Octal 160 101 230 32 71 0 50 420 50 53
Binary 1110000 1000001 10011000 11010 111001 0 101000 100010000 101000 101011

Color Harmonies of #704198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704198

Black with #704198

Text Example


Text Example

White with #704198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704198; }

 p { color: rgb(112,65,152); }

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

background-color css

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

 a { background-color: rgb(112,65,152); }

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

border-color css

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

 span { border-color: rgb(112,65,152); }

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