Html Css Color HEX #7442AB Studio

📋 copy color: '#7442AB'

red 116 ◦ green 66 ◦ blue 171

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

Shades of Studio #7442AB

Tints of Studio #7442AB

RGB

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

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

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

R = 32.86%
G = 18.7%
B = 48.44%

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

#7442AB (or 0x7442AB) is known color: Studio. HEX triplet: 74, 42 and AB. RGB value is (116,66,171). Sum of RGB (Red+Green+Blue) = 116+66+171=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #7442AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7442AB is #8BBD54. Grayscale: #5C5C5C. Windows color (decimal): -9157973 or 11223668. OLE color: 11223668.

HSL color Cylindrical-coordinate representation of color #7442AB: hue angle of 268.57º 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 #7442AB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 66 171 -
CMYK 0.32 0.61 0 0.33
HSL 268.57º 0.44% 0.46% -
HSV(B) 268.57º 0.61% 0.67% -
XYZ 16.5 10.55 39.69 -
YUV 92.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 116 66 171 0.32 0.61 0 0.33 268.57 0.44 0.46
Hex 74 42 AB 20 3D 0 21 10D 2C 2E
Octal 164 102 253 40 75 0 41 415 54 56
Binary 1110100 1000010 10101011 100000 111101 0 100001 100001101 101100 101110

Color Harmonies of #7442AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442AB

Black with #7442AB

Text Example


Text Example

White with #7442AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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