Html Css Color HEX #704B95 Studio

📋 copy color: '#704B95'

red 112 ◦ green 75 ◦ blue 149

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

Shades of Studio #704B95

Tints of Studio #704B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 33.33%
G = 22.32%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704B95 (or 0x704B95) is known color: Studio. HEX triplet: 70, 4B and 95. RGB value is (112,75,149). Sum of RGB (Red+Green+Blue) = 112+75+149=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #704B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B95 is #8FB46A. Grayscale: #5E5E5E. Windows color (decimal): -9417835 or 9784176. OLE color: 9784176.

HSL color Cylindrical-coordinate representation of color #704B95: hue angle of 270º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704B95 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 75 149 -
CMYK 0.25 0.50 0 0.42
HSL 270º 0.33% 0.44% -
HSV(B) 270º 0.5% 0.58% -
XYZ 14.62 10.65 29.72 -
YUV 94.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 112 75 149 0.25 0.50 0 0.42 270 0.33 0.44
Hex 70 4B 95 19 32 0 2A 10E 21 2C
Octal 160 113 225 31 62 0 52 416 41 54
Binary 1110000 1001011 10010101 11001 110010 0 101010 100001110 100001 101100

Color Harmonies of #704B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B95

Black with #704B95

Text Example


Text Example

White with #704B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704B95; }

 p { color: rgb(112,75,149); }

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

background-color css

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

 a { background-color: rgb(112,75,149); }

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

border-color css

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

 span { border-color: rgb(112,75,149); }

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