Html Css Color HEX #72599A Studio

📋 copy color: '#72599A'

red 114 ◦ green 89 ◦ blue 154

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

Shades of Studio #72599A

Tints of Studio #72599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 31.93%
G = 24.93%
B = 43.14%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72599A (or 0x72599A) is known color: Studio. HEX triplet: 72, 59 and 9A. RGB value is (114,89,154). Sum of RGB (Red+Green+Blue) = 114+89+154=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #72599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72599A is #8DA665. Grayscale: #676767. Windows color (decimal): -9283174 or 10115442. OLE color: 10115442.

HSL color Cylindrical-coordinate representation of color #72599A: hue angle of 263.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72599A is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 89 154 -
CMYK 0.26 0.42 0 0.40
HSL 263.08º 0.27% 0.48% -
HSV(B) 263.08º 0.42% 0.6% -
XYZ 16.34 13.06 32.23 -
YUV 103.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 114 89 154 0.26 0.42 0 0.40 263.08 0.27 0.48
Hex 72 59 9A 1A 2A 0 28 107 1B 30
Octal 162 131 232 32 52 0 50 407 33 60
Binary 1110010 1011001 10011010 11010 101010 0 101000 100000111 11011 110000

Color Harmonies of #72599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72599A

Black with #72599A

Text Example


Text Example

White with #72599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72599A; }

 p { color: rgb(114,89,154); }

 H1.HeaderClassName
 {
   color: #72599A;
 }
 .AnyTagClassName
 {
   color: #72599A;
 }
</style>

background-color css

<style>
 a { background-color: #72599A; }

 a { background-color: rgb(114,89,154); }

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

border-color css

<style>
 span { border-color: #72599A; }

 span { border-color: rgb(114,89,154); }

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