Html Css Color HEX #7554AD Studio

📋 copy color: '#7554AD'

red 117 ◦ green 84 ◦ blue 173

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

Shades of Studio #7554AD

Tints of Studio #7554AD

RGB

 RED value IS 117 (46.09% from 255) = 31.28%

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

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 31.28%
G = 22.46%
B = 46.26%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7554AD (or 0x7554AD) is known color: Studio. HEX triplet: 75, 54 and AD. RGB value is (117,84,173). Sum of RGB (Red+Green+Blue) = 117+84+173=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #7554AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7554AD is #8AAB52. Grayscale: #676767. Windows color (decimal): -9087827 or 11359349. OLE color: 11359349.

HSL color Cylindrical-coordinate representation of color #7554AD: hue angle of 262.25º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7554AD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 84 173 -
CMYK 0.32 0.51 0 0.32
HSL 262.25º 0.35% 0.5% -
HSV(B) 262.25º 0.51% 0.68% -
XYZ 18.05 13.14 41.12 -
YUV 104.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 117 84 173 0.32 0.51 0 0.32 262.25 0.35 0.5
Hex 75 54 AD 20 33 0 20 106 23 32
Octal 165 124 255 40 63 0 40 406 43 62
Binary 1110101 1010100 10101101 100000 110011 0 100000 100000110 100011 110010

Color Harmonies of #7554AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7554AD

Black with #7554AD

Text Example


Text Example

White with #7554AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7554AD; }

 p { color: rgb(117,84,173); }

 H1.HeaderClassName
 {
   color: #7554AD;
 }
 .AnyTagClassName
 {
   color: #7554AD;
 }
</style>

background-color css

<style>
 a { background-color: #7554AD; }

 a { background-color: rgb(117,84,173); }

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

border-color css

<style>
 span { border-color: #7554AD; }

 span { border-color: rgb(117,84,173); }

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