Html Css Color HEX #7440AB Studio

📋 copy color: '#7440AB'

red 116 ◦ green 64 ◦ blue 171

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

Shades of Studio #7440AB

Tints of Studio #7440AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

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

R = 33.05%
G = 18.23%
B = 48.72%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7440AB (or 0x7440AB) is known color: Studio. HEX triplet: 74, 40 and AB. RGB value is (116,64,171). Sum of RGB (Red+Green+Blue) = 116+64+171=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #7440AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7440AB is #8BBF54. Grayscale: #5B5B5B. Windows color (decimal): -9158485 or 11223156. OLE color: 11223156.

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

Color convert

RGB 116 64 171 -
CMYK 0.32 0.63 0 0.33
HSL 269.16º 0.46% 0.46% -
HSV(B) 269.16º 0.63% 0.67% -
XYZ 16.39 10.32 39.66 -
YUV 91.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 116 64 171 0.32 0.63 0 0.33 269.16 0.46 0.46
Hex 74 40 AB 20 3F 0 21 10D 2E 2E
Octal 164 100 253 40 77 0 41 415 56 56
Binary 1110100 1000000 10101011 100000 111111 0 100001 100001101 101110 101110

Color Harmonies of #7440AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440AB

Black with #7440AB

Text Example


Text Example

White with #7440AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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