Html Css Color HEX #724D98 Studio

📋 copy color: '#724D98'

red 114 ◦ green 77 ◦ blue 152

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

Shades of Studio #724D98

Tints of Studio #724D98

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

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

R = 33.24%
G = 22.45%
B = 44.31%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#724D98 (or 0x724D98) is known color: Studio. HEX triplet: 72, 4D and 98. RGB value is (114,77,152). Sum of RGB (Red+Green+Blue) = 114+77+152=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #724D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724D98 is #8DB267. Grayscale: #606060. Windows color (decimal): -9286248 or 9981298. OLE color: 9981298.

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

Color convert

RGB 114 77 152 -
CMYK 0.25 0.49 0 0.40
HSL 269.6º 0.33% 0.45% -
HSV(B) 269.6º 0.49% 0.6% -
XYZ 15.26 11.15 31.05 -
YUV 96.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 114 77 152 0.25 0.49 0 0.40 269.6 0.33 0.45
Hex 72 4D 98 19 31 0 28 10E 21 2D
Octal 162 115 230 31 61 0 50 416 41 55
Binary 1110010 1001101 10011000 11001 110001 0 101000 100001110 100001 101101

Color Harmonies of #724D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D98

Black with #724D98

Text Example


Text Example

White with #724D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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