Html Css Color HEX #724799 Studio

📋 copy color: '#724799'

red 114 ◦ green 71 ◦ blue 153

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

Shades of Studio #724799

Tints of Studio #724799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 33.73%
G = 21.01%
B = 45.27%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#724799 (or 0x724799) is known color: Studio. HEX triplet: 72, 47 and 99. RGB value is (114,71,153). Sum of RGB (Red+Green+Blue) = 114+71+153=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #724799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724799 is #8DB866. Grayscale: #5C5C5C. Windows color (decimal): -9287783 or 10045298. OLE color: 10045298.

HSL color Cylindrical-coordinate representation of color #724799: hue angle of 271.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724799 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 71 153 -
CMYK 0.25 0.54 0 0.4
HSL 271.46º 0.37% 0.44% -
HSV(B) 271.46º 0.54% 0.6% -
XYZ 14.94 10.38 31.35 -
YUV 93.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 114 71 153 0.25 0.54 0 0.4 271.46 0.37 0.44
Hex 72 47 99 19 36 0 28 10F 25 2C
Octal 162 107 231 31 66 0 50 417 45 54
Binary 1110010 1000111 10011001 11001 110110 0 101000 100001111 100101 101100

Color Harmonies of #724799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724799

Black with #724799

Text Example


Text Example

White with #724799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724799; }

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

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

background-color css

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

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

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

border-color css

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

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

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