Html Css Color HEX #704599 Studio

📋 copy color: '#704599'

red 112 ◦ green 69 ◦ blue 153

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

Shades of Studio #704599

Tints of Studio #704599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 33.53%
G = 20.66%
B = 45.81%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#704599 (or 0x704599) is known color: Studio. HEX triplet: 70, 45 and 99. RGB value is (112,69,153). Sum of RGB (Red+Green+Blue) = 112+69+153=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #704599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704599 is #8FBA66. Grayscale: #5B5B5B. Windows color (decimal): -9419367 or 10044784. OLE color: 10044784.

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

Color convert

RGB 112 69 153 -
CMYK 0.27 0.55 0 0.4
HSL 270.71º 0.38% 0.44% -
HSV(B) 270.71º 0.55% 0.6% -
XYZ 14.56 10 31.3 -
YUV 91.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 112 69 153 0.27 0.55 0 0.4 270.71 0.38 0.44
Hex 70 45 99 1B 37 0 28 10F 26 2C
Octal 160 105 231 33 67 0 50 417 46 54
Binary 1110000 1000101 10011001 11011 110111 0 101000 100001111 100110 101100

Color Harmonies of #704599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704599

Black with #704599

Text Example


Text Example

White with #704599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704599; }

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

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

background-color css

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

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

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

border-color css

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

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

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