Html Css Color HEX #704CAB Studio

📋 copy color: '#704CAB'

red 112 ◦ green 76 ◦ blue 171

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

Shades of Studio #704CAB

Tints of Studio #704CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 31.2%
G = 21.17%
B = 47.63%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704CAB (or 0x704CAB) is known color: Studio. HEX triplet: 70, 4C and AB. RGB value is (112,76,171). Sum of RGB (Red+Green+Blue) = 112+76+171=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #704CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CAB is #8FB354. Grayscale: #616161. Windows color (decimal): -9417557 or 11226224. OLE color: 11226224.

HSL color Cylindrical-coordinate representation of color #704CAB: hue angle of 262.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704CAB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 76 171 -
CMYK 0.35 0.56 0 0.33
HSL 262.74º 0.38% 0.48% -
HSV(B) 262.74º 0.56% 0.67% -
XYZ 16.62 11.55 39.88 -
YUV 97.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 112 76 171 0.35 0.56 0 0.33 262.74 0.38 0.48
Hex 70 4C AB 23 38 0 21 107 26 30
Octal 160 114 253 43 70 0 41 407 46 60
Binary 1110000 1001100 10101011 100011 111000 0 100001 100000111 100110 110000

Color Harmonies of #704CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CAB

Black with #704CAB

Text Example


Text Example

White with #704CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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