Html Css Color HEX #704897 Studio

📋 copy color: '#704897'

red 112 ◦ green 72 ◦ blue 151

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

Shades of Studio #704897

Tints of Studio #704897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 33.43%
G = 21.49%
B = 45.07%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#704897 (or 0x704897) is known color: Studio. HEX triplet: 70, 48 and 97. RGB value is (112,72,151). Sum of RGB (Red+Green+Blue) = 112+72+151=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #704897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704897 is #8FB768. Grayscale: #5C5C5C. Windows color (decimal): -9418601 or 9914480. OLE color: 9914480.

HSL color Cylindrical-coordinate representation of color #704897: hue angle of 270.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #704897 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 72 151 -
CMYK 0.26 0.52 0 0.41
HSL 270.38º 0.35% 0.44% -
HSV(B) 270.38º 0.52% 0.59% -
XYZ 14.59 10.31 30.5 -
YUV 92.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 112 72 151 0.26 0.52 0 0.41 270.38 0.35 0.44
Hex 70 48 97 1A 34 0 29 10E 23 2C
Octal 160 110 227 32 64 0 51 416 43 54
Binary 1110000 1001000 10010111 11010 110100 0 101001 100001110 100011 101100

Color Harmonies of #704897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704897

Black with #704897

Text Example


Text Example

White with #704897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704897; }

 p { color: rgb(112,72,151); }

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

background-color css

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

 a { background-color: rgb(112,72,151); }

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

border-color css

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

 span { border-color: rgb(112,72,151); }

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