Html Css Color HEX #7454AB Studio

📋 copy color: '#7454AB'

red 116 ◦ green 84 ◦ blue 171

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

Shades of Studio #7454AB

Tints of Studio #7454AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 31.27%
G = 22.64%
B = 46.09%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7454AB (or 0x7454AB) is known color: Studio. HEX triplet: 74, 54 and AB. RGB value is (116,84,171). Sum of RGB (Red+Green+Blue) = 116+84+171=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7454AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7454AB is #8BAB54. Grayscale: #676767. Windows color (decimal): -9153365 or 11228276. OLE color: 11228276.

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

Color convert

RGB 116 84 171 -
CMYK 0.32 0.51 0 0.33
HSL 262.07º 0.34% 0.5% -
HSV(B) 262.07º 0.51% 0.67% -
XYZ 17.72 12.99 40.1 -
YUV 103.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 116 84 171 0.32 0.51 0 0.33 262.07 0.34 0.5
Hex 74 54 AB 20 33 0 21 106 22 32
Octal 164 124 253 40 63 0 41 406 42 62
Binary 1110100 1010100 10101011 100000 110011 0 100001 100000110 100010 110010

Color Harmonies of #7454AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7454AB

Black with #7454AB

Text Example


Text Example

White with #7454AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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