Html Css Color HEX #724998 Studio

📋 copy color: '#724998'

red 114 ◦ green 73 ◦ blue 152

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

Shades of Studio #724998

Tints of Studio #724998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 33.63%
G = 21.53%
B = 44.84%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#724998 (or 0x724998) is known color: Studio. HEX triplet: 72, 49 and 98. RGB value is (114,73,152). Sum of RGB (Red+Green+Blue) = 114+73+152=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #724998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724998 is #8DB667. Grayscale: #5D5D5D. Windows color (decimal): -9287272 or 9980274. OLE color: 9980274.

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

Color convert

RGB 114 73 152 -
CMYK 0.25 0.52 0 0.40
HSL 271.14º 0.35% 0.44% -
HSV(B) 271.14º 0.52% 0.6% -
XYZ 14.99 10.61 30.96 -
YUV 94.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 114 73 152 0.25 0.52 0 0.40 271.14 0.35 0.44
Hex 72 49 98 19 34 0 28 10F 23 2C
Octal 162 111 230 31 64 0 50 417 43 54
Binary 1110010 1001001 10011000 11001 110100 0 101000 100001111 100011 101100

Color Harmonies of #724998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724998

Black with #724998

Text Example


Text Example

White with #724998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724998; }

 p { color: rgb(114,73,152); }

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

background-color css

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

 a { background-color: rgb(114,73,152); }

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

border-color css

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

 span { border-color: rgb(114,73,152); }

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