Html Css Color HEX #7152AD Studio

📋 copy color: '#7152AD'

red 113 ◦ green 82 ◦ blue 173

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

Shades of Studio #7152AD

Tints of Studio #7152AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.28%

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

R = 30.71%
G = 22.28%
B = 47.01%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7152AD (or 0x7152AD) is known color: Studio. HEX triplet: 71, 52 and AD. RGB value is (113,82,173). Sum of RGB (Red+Green+Blue) = 113+82+173=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #7152AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7152AD is #8EAD52. Grayscale: #656565. Windows color (decimal): -9350483 or 11358833. OLE color: 11358833.

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

Color convert

RGB 113 82 173 -
CMYK 0.35 0.53 0 0.32
HSL 260.44º 0.36% 0.5% -
HSV(B) 260.44º 0.53% 0.68% -
XYZ 17.37 12.56 41.04 -
YUV 101.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 113 82 173 0.35 0.53 0 0.32 260.44 0.36 0.5
Hex 71 52 AD 23 35 0 20 104 24 32
Octal 161 122 255 43 65 0 40 404 44 62
Binary 1110001 1010010 10101101 100011 110101 0 100000 100000100 100100 110010

Color Harmonies of #7152AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152AD

Black with #7152AD

Text Example


Text Example

White with #7152AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,82,173); }

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

background-color css

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

 a { background-color: rgb(113,82,173); }

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

border-color css

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

 span { border-color: rgb(113,82,173); }

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