Html Css Color HEX #724995 Studio

📋 copy color: '#724995'

red 114 ◦ green 73 ◦ blue 149

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

Shades of Studio #724995

Tints of Studio #724995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 33.93%
G = 21.73%
B = 44.35%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#724995 (or 0x724995) is known color: Studio. HEX triplet: 72, 49 and 95. RGB value is (114,73,149). Sum of RGB (Red+Green+Blue) = 114+73+149=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #724995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724995 is #8DB66A. Grayscale: #5D5D5D. Windows color (decimal): -9287275 or 9783666. OLE color: 9783666.

HSL color Cylindrical-coordinate representation of color #724995: hue angle of 272.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724995 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 73 149 -
CMYK 0.23 0.51 0 0.42
HSL 272.37º 0.34% 0.44% -
HSV(B) 272.37º 0.51% 0.58% -
XYZ 14.75 10.51 29.69 -
YUV 93.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 114 73 149 0.23 0.51 0 0.42 272.37 0.34 0.44
Hex 72 49 95 17 33 0 2A 110 22 2C
Octal 162 111 225 27 63 0 52 420 42 54
Binary 1110010 1001001 10010101 10111 110011 0 101010 100010000 100010 101100

Color Harmonies of #724995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724995

Black with #724995

Text Example


Text Example

White with #724995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724995; }

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

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

background-color css

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

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

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

border-color css

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

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

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