Html Css Color HEX #704AAA Studio

📋 copy color: '#704AAA'

red 112 ◦ green 74 ◦ blue 170

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

Shades of Studio #704AAA

Tints of Studio #704AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 31.46%
G = 20.79%
B = 47.75%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704AAA (or 0x704AAA) is known color: Studio. HEX triplet: 70, 4A and AA. RGB value is (112,74,170). Sum of RGB (Red+Green+Blue) = 112+74+170=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #704AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704AAA is #8FB555. Grayscale: #5F5F5F. Windows color (decimal): -9418070 or 11160176. OLE color: 11160176.

HSL color Cylindrical-coordinate representation of color #704AAA: hue angle of 263.75º degrees, saturation: 0.39, 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 #704AAA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 74 170 -
CMYK 0.34 0.56 0 0.33
HSL 263.75º 0.39% 0.48% -
HSV(B) 263.75º 0.56% 0.67% -
XYZ 16.39 11.24 39.34 -
YUV 96.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 112 74 170 0.34 0.56 0 0.33 263.75 0.39 0.48
Hex 70 4A AA 22 38 0 21 108 27 30
Octal 160 112 252 42 70 0 41 410 47 60
Binary 1110000 1001010 10101010 100010 111000 0 100001 100001000 100111 110000

Color Harmonies of #704AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AAA

Black with #704AAA

Text Example


Text Example

White with #704AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,74,170); }

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

background-color css

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

 a { background-color: rgb(112,74,170); }

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

border-color css

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

 span { border-color: rgb(112,74,170); }

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