Html Css Color HEX #724F98 Studio

📋 copy color: '#724F98'

red 114 ◦ green 79 ◦ blue 152

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

Shades of Studio #724F98

Tints of Studio #724F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.9%

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

R = 33.04%
G = 22.9%
B = 44.06%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#724F98 (or 0x724F98) is known color: Studio. HEX triplet: 72, 4F and 98. RGB value is (114,79,152). Sum of RGB (Red+Green+Blue) = 114+79+152=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #724F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F98 is #8DB067. Grayscale: #616161. Windows color (decimal): -9285736 or 9981810. OLE color: 9981810.

HSL color Cylindrical-coordinate representation of color #724F98: hue angle of 268.77º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #724F98 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 79 152 -
CMYK 0.25 0.48 0 0.40
HSL 268.77º 0.32% 0.45% -
HSV(B) 268.77º 0.48% 0.6% -
XYZ 15.4 11.44 31.1 -
YUV 97.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 114 79 152 0.25 0.48 0 0.40 268.77 0.32 0.45
Hex 72 4F 98 19 30 0 28 10D 20 2D
Octal 162 117 230 31 60 0 50 415 40 55
Binary 1110010 1001111 10011000 11001 110000 0 101000 100001101 100000 101101

Color Harmonies of #724F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F98

Black with #724F98

Text Example


Text Example

White with #724F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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