Html Css Color HEX #704598 Studio

📋 copy color: '#704598'

red 112 ◦ green 69 ◦ blue 152

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

Shades of Studio #704598

Tints of Studio #704598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 33.63%
G = 20.72%
B = 45.65%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#704598 (or 0x704598) is known color: Studio. HEX triplet: 70, 45 and 98. RGB value is (112,69,152). Sum of RGB (Red+Green+Blue) = 112+69+152=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #704598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704598 is #8FBA67. Grayscale: #5B5B5B. Windows color (decimal): -9419368 or 9979248. OLE color: 9979248.

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

Color convert

RGB 112 69 152 -
CMYK 0.26 0.55 0 0.40
HSL 271.08º 0.38% 0.43% -
HSV(B) 271.08º 0.55% 0.6% -
XYZ 14.48 9.97 30.87 -
YUV 91.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 112 69 152 0.26 0.55 0 0.40 271.08 0.38 0.43
Hex 70 45 98 1A 37 0 28 10F 26 2B
Octal 160 105 230 32 67 0 50 417 46 53
Binary 1110000 1000101 10011000 11010 110111 0 101000 100001111 100110 101011

Color Harmonies of #704598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704598

Black with #704598

Text Example


Text Example

White with #704598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704598; }

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

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

background-color css

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

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

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

border-color css

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

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

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