Html Css Color HEX #7447AA Studio

📋 copy color: '#7447AA'

red 116 ◦ green 71 ◦ blue 170

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

Shades of Studio #7447AA

Tints of Studio #7447AA

RGB

 RED value IS 116 (45.7% from 255) = 32.49%

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 32.49%
G = 19.89%
B = 47.62%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7447AA (or 0x7447AA) is known color: Studio. HEX triplet: 74, 47 and AA. RGB value is (116,71,170). Sum of RGB (Red+Green+Blue) = 116+71+170=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #7447AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7447AA is #8BB855. Grayscale: #5F5F5F. Windows color (decimal): -9156694 or 11159412. OLE color: 11159412.

HSL color Cylindrical-coordinate representation of color #7447AA: hue angle of 267.27º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7447AA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 71 170 -
CMYK 0.32 0.58 0 0.33
HSL 267.27º 0.41% 0.47% -
HSV(B) 267.27º 0.58% 0.67% -
XYZ 16.71 11.12 39.3 -
YUV 95.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 116 71 170 0.32 0.58 0 0.33 267.27 0.41 0.47
Hex 74 47 AA 20 3A 0 21 10B 29 2F
Octal 164 107 252 40 72 0 41 413 51 57
Binary 1110100 1000111 10101010 100000 111010 0 100001 100001011 101001 101111

Color Harmonies of #7447AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7447AA

Black with #7447AA

Text Example


Text Example

White with #7447AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7447AA; }

 p { color: rgb(116,71,170); }

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

background-color css

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

 a { background-color: rgb(116,71,170); }

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

border-color css

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

 span { border-color: rgb(116,71,170); }

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