Html Css Color HEX #724D99 Studio

📋 copy color: '#724D99'

red 114 ◦ green 77 ◦ blue 153

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

Shades of Studio #724D99

Tints of Studio #724D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.38%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 33.14%
G = 22.38%
B = 44.48%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#724D99 (or 0x724D99) is known color: Studio. HEX triplet: 72, 4D and 99. RGB value is (114,77,153). Sum of RGB (Red+Green+Blue) = 114+77+153=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #724D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724D99 is #8DB266. Grayscale: #606060. Windows color (decimal): -9286247 or 10046834. OLE color: 10046834.

HSL color Cylindrical-coordinate representation of color #724D99: hue angle of 269.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724D99 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 77 153 -
CMYK 0.25 0.50 0 0.4
HSL 269.21º 0.33% 0.45% -
HSV(B) 269.21º 0.5% 0.6% -
XYZ 15.34 11.19 31.49 -
YUV 96.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 114 77 153 0.25 0.50 0 0.4 269.21 0.33 0.45
Hex 72 4D 99 19 32 0 28 10D 21 2D
Octal 162 115 231 31 62 0 50 415 41 55
Binary 1110010 1001101 10011001 11001 110010 0 101000 100001101 100001 101101

Color Harmonies of #724D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D99

Black with #724D99

Text Example


Text Example

White with #724D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724D99; }

 p { color: rgb(114,77,153); }

 H1.HeaderClassName
 {
   color: #724D99;
 }
 .AnyTagClassName
 {
   color: #724D99;
 }
</style>

background-color css

<style>
 a { background-color: #724D99; }

 a { background-color: rgb(114,77,153); }

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

border-color css

<style>
 span { border-color: #724D99; }

 span { border-color: rgb(114,77,153); }

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