Html Css Color HEX #704993 Studio

📋 copy color: '#704993'

red 112 ◦ green 73 ◦ blue 147

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

Shades of Studio #704993

Tints of Studio #704993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 33.73%
G = 21.99%
B = 44.28%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704993 (or 0x704993) is known color: Studio. HEX triplet: 70, 49 and 93. RGB value is (112,73,147). Sum of RGB (Red+Green+Blue) = 112+73+147=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #704993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704993 is #8FB66C. Grayscale: #5C5C5C. Windows color (decimal): -9418349 or 9652592. OLE color: 9652592.

HSL color Cylindrical-coordinate representation of color #704993: hue angle of 271.62º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704993 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 73 147 -
CMYK 0.24 0.50 0 0.42
HSL 271.62º 0.34% 0.43% -
HSV(B) 271.62º 0.5% 0.58% -
XYZ 14.33 10.32 28.84 -
YUV 93.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 112 73 147 0.24 0.50 0 0.42 271.62 0.34 0.43
Hex 70 49 93 18 32 0 2A 110 22 2B
Octal 160 111 223 30 62 0 52 420 42 53
Binary 1110000 1001001 10010011 11000 110010 0 101010 100010000 100010 101011

Color Harmonies of #704993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704993

Black with #704993

Text Example


Text Example

White with #704993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704993; }

 p { color: rgb(112,73,147); }

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

background-color css

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

 a { background-color: rgb(112,73,147); }

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

border-color css

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

 span { border-color: rgb(112,73,147); }

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