Html Css Color HEX #7454AE Studio

📋 copy color: '#7454AE'

red 116 ◦ green 84 ◦ blue 174

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

Shades of Studio #7454AE

Tints of Studio #7454AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 31.02%
G = 22.46%
B = 46.52%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7454AE (or 0x7454AE) is known color: Studio. HEX triplet: 74, 54 and AE. RGB value is (116,84,174). Sum of RGB (Red+Green+Blue) = 116+84+174=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7454AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7454AE is #8BAB51. Grayscale: #676767. Windows color (decimal): -9153362 or 11424884. OLE color: 11424884.

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

Color convert

RGB 116 84 174 -
CMYK 0.33 0.52 0 0.32
HSL 261.33º 0.36% 0.51% -
HSV(B) 261.33º 0.52% 0.68% -
XYZ 18.01 13.11 41.63 -
YUV 103.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 116 84 174 0.33 0.52 0 0.32 261.33 0.36 0.51
Hex 74 54 AE 21 34 0 20 105 24 33
Octal 164 124 256 41 64 0 40 405 44 63
Binary 1110100 1010100 10101110 100001 110100 0 100000 100000101 100100 110011

Color Harmonies of #7454AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7454AE

Black with #7454AE

Text Example


Text Example

White with #7454AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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