Html Css Color HEX #7554AF Studio

📋 copy color: '#7554AF'

red 117 ◦ green 84 ◦ blue 175

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

Shades of Studio #7554AF

Tints of Studio #7554AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 31.12%
G = 22.34%
B = 46.54%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7554AF (or 0x7554AF) is known color: Studio. HEX triplet: 75, 54 and AF. RGB value is (117,84,175). Sum of RGB (Red+Green+Blue) = 117+84+175=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7554AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7554AF is #8AAB50. Grayscale: #676767. Windows color (decimal): -9087825 or 11490421. OLE color: 11490421.

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

Color convert

RGB 117 84 175 -
CMYK 0.33 0.52 0 0.31
HSL 261.76º 0.36% 0.51% -
HSV(B) 261.76º 0.52% 0.69% -
XYZ 18.24 13.22 42.15 -
YUV 104.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 117 84 175 0.33 0.52 0 0.31 261.76 0.36 0.51
Hex 75 54 AF 21 34 0 1F 106 24 33
Octal 165 124 257 41 64 0 37 406 44 63
Binary 1110101 1010100 10101111 100001 110100 0 11111 100000110 100100 110011

Color Harmonies of #7554AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7554AF

Black with #7554AF

Text Example


Text Example

White with #7554AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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