Html Css Color HEX #724898 Studio

📋 copy color: '#724898'

red 114 ◦ green 72 ◦ blue 152

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

Shades of Studio #724898

Tints of Studio #724898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 33.73%
G = 21.3%
B = 44.97%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#724898 (or 0x724898) is known color: Studio. HEX triplet: 72, 48 and 98. RGB value is (114,72,152). Sum of RGB (Red+Green+Blue) = 114+72+152=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #724898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724898 is #8DB767. Grayscale: #5D5D5D. Windows color (decimal): -9287528 or 9980018. OLE color: 9980018.

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

Color convert

RGB 114 72 152 -
CMYK 0.25 0.53 0 0.40
HSL 271.5º 0.36% 0.44% -
HSV(B) 271.5º 0.53% 0.6% -
XYZ 14.92 10.48 30.94 -
YUV 93.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 114 72 152 0.25 0.53 0 0.40 271.5 0.36 0.44
Hex 72 48 98 19 35 0 28 110 24 2C
Octal 162 110 230 31 65 0 50 420 44 54
Binary 1110010 1001000 10011000 11001 110101 0 101000 100010000 100100 101100

Color Harmonies of #724898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724898

Black with #724898

Text Example


Text Example

White with #724898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724898; }

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

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

background-color css

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

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

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

border-color css

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

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

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