Html Css Color HEX #72559D Studio

📋 copy color: '#72559D'

red 114 ◦ green 85 ◦ blue 157

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

Shades of Studio #72559D

Tints of Studio #72559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 32.02%
G = 23.88%
B = 44.1%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72559D (or 0x72559D) is known color: Studio. HEX triplet: 72, 55 and 9D. RGB value is (114,85,157). Sum of RGB (Red+Green+Blue) = 114+85+157=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #72559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72559D is #8DAA62. Grayscale: #656565. Windows color (decimal): -9284195 or 10311026. OLE color: 10311026.

HSL color Cylindrical-coordinate representation of color #72559D: hue angle of 264.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72559D is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 85 157 -
CMYK 0.27 0.46 0 0.38
HSL 264.17º 0.3% 0.47% -
HSV(B) 264.17º 0.46% 0.62% -
XYZ 16.27 12.51 33.46 -
YUV 101.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 114 85 157 0.27 0.46 0 0.38 264.17 0.3 0.47
Hex 72 55 9D 1B 2E 0 26 108 1E 2F
Octal 162 125 235 33 56 0 46 410 36 57
Binary 1110010 1010101 10011101 11011 101110 0 100110 100001000 11110 101111

Color Harmonies of #72559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72559D

Black with #72559D

Text Example


Text Example

White with #72559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72559D; }

 p { color: rgb(114,85,157); }

 H1.HeaderClassName
 {
   color: #72559D;
 }
 .AnyTagClassName
 {
   color: #72559D;
 }
</style>

background-color css

<style>
 a { background-color: #72559D; }

 a { background-color: rgb(114,85,157); }

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

border-color css

<style>
 span { border-color: #72559D; }

 span { border-color: rgb(114,85,157); }

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