Html Css Color HEX #704499 Studio

📋 copy color: '#704499'

red 112 ◦ green 68 ◦ blue 153

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

Shades of Studio #704499

Tints of Studio #704499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

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

R = 33.63%
G = 20.42%
B = 45.95%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#704499 (or 0x704499) is known color: Studio. HEX triplet: 70, 44 and 99. RGB value is (112,68,153). Sum of RGB (Red+Green+Blue) = 112+68+153=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #704499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704499 is #8FBB66. Grayscale: #5A5A5A. Windows color (decimal): -9419623 or 10044528. OLE color: 10044528.

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

Color convert

RGB 112 68 153 -
CMYK 0.27 0.56 0 0.4
HSL 271.06º 0.38% 0.43% -
HSV(B) 271.06º 0.56% 0.6% -
XYZ 14.5 9.88 31.28 -
YUV 90.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 112 68 153 0.27 0.56 0 0.4 271.06 0.38 0.43
Hex 70 44 99 1B 38 0 28 10F 26 2B
Octal 160 104 231 33 70 0 50 417 46 53
Binary 1110000 1000100 10011001 11011 111000 0 101000 100001111 100110 101011

Color Harmonies of #704499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704499

Black with #704499

Text Example


Text Example

White with #704499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704499; }

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

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

background-color css

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

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

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

border-color css

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

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

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