Html Css Color HEX #7442AA Studio

📋 copy color: '#7442AA'

red 116 ◦ green 66 ◦ blue 170

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

Shades of Studio #7442AA

Tints of Studio #7442AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

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

R = 32.95%
G = 18.75%
B = 48.3%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7442AA (or 0x7442AA) is known color: Studio. HEX triplet: 74, 42 and AA. RGB value is (116,66,170). Sum of RGB (Red+Green+Blue) = 116+66+170=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #7442AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7442AA is #8BBD55. Grayscale: #5C5C5C. Windows color (decimal): -9157974 or 11158132. OLE color: 11158132.

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

Color convert

RGB 116 66 170 -
CMYK 0.32 0.61 0 0.33
HSL 268.85º 0.44% 0.46% -
HSV(B) 268.85º 0.61% 0.67% -
XYZ 16.41 10.51 39.19 -
YUV 92.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 116 66 170 0.32 0.61 0 0.33 268.85 0.44 0.46
Hex 74 42 AA 20 3D 0 21 10D 2C 2E
Octal 164 102 252 40 75 0 41 415 54 56
Binary 1110100 1000010 10101010 100000 111101 0 100001 100001101 101100 101110

Color Harmonies of #7442AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442AA

Black with #7442AA

Text Example


Text Example

White with #7442AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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