Html Css Color HEX #724C99 Studio

📋 copy color: '#724C99'

red 114 ◦ green 76 ◦ blue 153

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

Shades of Studio #724C99

Tints of Studio #724C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.16%

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

R = 33.24%
G = 22.16%
B = 44.61%

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

#724C99 (or 0x724C99) is known color: Studio. HEX triplet: 72, 4C and 99. RGB value is (114,76,153). Sum of RGB (Red+Green+Blue) = 114+76+153=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #724C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724C99 is #8DB366. Grayscale: #5F5F5F. Windows color (decimal): -9286503 or 10046578. OLE color: 10046578.

HSL color Cylindrical-coordinate representation of color #724C99: hue angle of 269.61º degrees, saturation: 0.34, 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 #724C99 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 76 153 -
CMYK 0.25 0.50 0 0.4
HSL 269.61º 0.34% 0.45% -
HSV(B) 269.61º 0.5% 0.6% -
XYZ 15.27 11.05 31.46 -
YUV 96.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 114 76 153 0.25 0.50 0 0.4 269.61 0.34 0.45
Hex 72 4C 99 19 32 0 28 10E 22 2D
Octal 162 114 231 31 62 0 50 416 42 55
Binary 1110010 1001100 10011001 11001 110010 0 101000 100001110 100010 101101

Color Harmonies of #724C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C99

Black with #724C99

Text Example


Text Example

White with #724C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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