Html Css Color HEX #704C9A Studio

📋 copy color: '#704C9A'

red 112 ◦ green 76 ◦ blue 154

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

Shades of Studio #704C9A

Tints of Studio #704C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 32.75%
G = 22.22%
B = 45.03%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#704C9A (or 0x704C9A) is known color: Studio. HEX triplet: 70, 4C and 9A. RGB value is (112,76,154). Sum of RGB (Red+Green+Blue) = 112+76+154=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #704C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C9A is #8FB365. Grayscale: #5F5F5F. Windows color (decimal): -9417574 or 10112112. OLE color: 10112112.

HSL color Cylindrical-coordinate representation of color #704C9A: hue angle of 267.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704C9A is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 76 154 -
CMYK 0.27 0.51 0 0.40
HSL 267.69º 0.34% 0.45% -
HSV(B) 267.69º 0.51% 0.6% -
XYZ 15.1 10.95 31.89 -
YUV 95.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 112 76 154 0.27 0.51 0 0.40 267.69 0.34 0.45
Hex 70 4C 9A 1B 33 0 28 10C 22 2D
Octal 160 114 232 33 63 0 50 414 42 55
Binary 1110000 1001100 10011010 11011 110011 0 101000 100001100 100010 101101

Color Harmonies of #704C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C9A

Black with #704C9A

Text Example


Text Example

White with #704C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,76,154); }

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

background-color css

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

 a { background-color: rgb(112,76,154); }

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

border-color css

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

 span { border-color: rgb(112,76,154); }

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