Html Css Color HEX #72529E Studio

📋 copy color: '#72529E'

red 114 ◦ green 82 ◦ blue 158

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

Shades of Studio #72529E

Tints of Studio #72529E

RGB

 RED value IS 114 (44.92% from 255) = 32.2%

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

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 32.2%
G = 23.16%
B = 44.63%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72529E (or 0x72529E) is known color: Studio. HEX triplet: 72, 52 and 9E. RGB value is (114,82,158). Sum of RGB (Red+Green+Blue) = 114+82+158=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #72529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72529E is #8DAD61. Grayscale: #636363. Windows color (decimal): -9284962 or 10375794. OLE color: 10375794.

HSL color Cylindrical-coordinate representation of color #72529E: hue angle of 265.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72529E is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 82 158 -
CMYK 0.28 0.48 0 0.38
HSL 265.26º 0.32% 0.47% -
HSV(B) 265.26º 0.48% 0.62% -
XYZ 16.13 12.08 33.83 -
YUV 100.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 114 82 158 0.28 0.48 0 0.38 265.26 0.32 0.47
Hex 72 52 9E 1C 30 0 26 109 20 2F
Octal 162 122 236 34 60 0 46 411 40 57
Binary 1110010 1010010 10011110 11100 110000 0 100110 100001001 100000 101111

Color Harmonies of #72529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72529E

Black with #72529E

Text Example


Text Example

White with #72529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72529E; }

 p { color: rgb(114,82,158); }

 H1.HeaderClassName
 {
   color: #72529E;
 }
 .AnyTagClassName
 {
   color: #72529E;
 }
</style>

background-color css

<style>
 a { background-color: #72529E; }

 a { background-color: rgb(114,82,158); }

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

border-color css

<style>
 span { border-color: #72529E; }

 span { border-color: rgb(114,82,158); }

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