Html Css Color HEX #7553AD Studio

📋 copy color: '#7553AD'

red 117 ◦ green 83 ◦ blue 173

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

Shades of Studio #7553AD

Tints of Studio #7553AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

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

R = 31.37%
G = 22.25%
B = 46.38%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7553AD (or 0x7553AD) is known color: Studio. HEX triplet: 75, 53 and AD. RGB value is (117,83,173). Sum of RGB (Red+Green+Blue) = 117+83+173=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #7553AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7553AD is #8AAC52. Grayscale: #676767. Windows color (decimal): -9088083 or 11359093. OLE color: 11359093.

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

Color convert

RGB 117 83 173 -
CMYK 0.32 0.52 0 0.32
HSL 262.67º 0.35% 0.5% -
HSV(B) 262.67º 0.52% 0.68% -
XYZ 17.97 12.99 41.09 -
YUV 103.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 117 83 173 0.32 0.52 0 0.32 262.67 0.35 0.5
Hex 75 53 AD 20 34 0 20 107 23 32
Octal 165 123 255 40 64 0 40 407 43 62
Binary 1110101 1010011 10101101 100000 110100 0 100000 100000111 100011 110010

Color Harmonies of #7553AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553AD

Black with #7553AD

Text Example


Text Example

White with #7553AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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