Html Css Color HEX #7153AA Studio

📋 copy color: '#7153AA'

red 113 ◦ green 83 ◦ blue 170

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

Shades of Studio #7153AA

Tints of Studio #7153AA

RGB

 RED value IS 113 (44.53% from 255) = 30.87%

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 30.87%
G = 22.68%
B = 46.45%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7153AA (or 0x7153AA) is known color: Studio. HEX triplet: 71, 53 and AA. RGB value is (113,83,170). Sum of RGB (Red+Green+Blue) = 113+83+170=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #7153AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7153AA is #8EAC55. Grayscale: #656565. Windows color (decimal): -9350230 or 11162481. OLE color: 11162481.

HSL color Cylindrical-coordinate representation of color #7153AA: hue angle of 260.69º 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 #7153AA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 83 170 -
CMYK 0.34 0.51 0 0.33
HSL 260.69º 0.34% 0.5% -
HSV(B) 260.69º 0.51% 0.67% -
XYZ 17.16 12.6 39.56 -
YUV 101.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 113 83 170 0.34 0.51 0 0.33 260.69 0.34 0.5
Hex 71 53 AA 22 33 0 21 105 22 32
Octal 161 123 252 42 63 0 41 405 42 62
Binary 1110001 1010011 10101010 100010 110011 0 100001 100000101 100010 110010

Color Harmonies of #7153AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7153AA

Black with #7153AA

Text Example


Text Example

White with #7153AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7153AA; }

 p { color: rgb(113,83,170); }

 H1.HeaderClassName
 {
   color: #7153AA;
 }
 .AnyTagClassName
 {
   color: #7153AA;
 }
</style>

background-color css

<style>
 a { background-color: #7153AA; }

 a { background-color: rgb(113,83,170); }

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

border-color css

<style>
 span { border-color: #7153AA; }

 span { border-color: rgb(113,83,170); }

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