Html Css Color HEX #7452AB Studio

📋 copy color: '#7452AB'

red 116 ◦ green 82 ◦ blue 171

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

Shades of Studio #7452AB

Tints of Studio #7452AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

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

R = 31.44%
G = 22.22%
B = 46.34%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7452AB (or 0x7452AB) is known color: Studio. HEX triplet: 74, 52 and AB. RGB value is (116,82,171). Sum of RGB (Red+Green+Blue) = 116+82+171=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #7452AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7452AB is #8BAD54. Grayscale: #656565. Windows color (decimal): -9153877 or 11227764. OLE color: 11227764.

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

Color convert

RGB 116 82 171 -
CMYK 0.32 0.52 0 0.33
HSL 262.92º 0.35% 0.5% -
HSV(B) 262.92º 0.52% 0.67% -
XYZ 17.57 12.69 40.05 -
YUV 102.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 116 82 171 0.32 0.52 0 0.33 262.92 0.35 0.5
Hex 74 52 AB 20 34 0 21 107 23 32
Octal 164 122 253 40 64 0 41 407 43 62
Binary 1110100 1010010 10101011 100000 110100 0 100001 100000111 100011 110010

Color Harmonies of #7452AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7452AB

Black with #7452AB

Text Example


Text Example

White with #7452AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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