Html Css Color HEX #724499 Studio

📋 copy color: '#724499'

red 114 ◦ green 68 ◦ blue 153

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

Shades of Studio #724499

Tints of Studio #724499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 34.03%
G = 20.3%
B = 45.67%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#724499 (or 0x724499) is known color: Studio. HEX triplet: 72, 44 and 99. RGB value is (114,68,153). Sum of RGB (Red+Green+Blue) = 114+68+153=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #724499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724499 is #8DBB66. Grayscale: #5B5B5B. Windows color (decimal): -9288551 or 10044530. OLE color: 10044530.

HSL color Cylindrical-coordinate representation of color #724499: hue angle of 272.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724499 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 68 153 -
CMYK 0.25 0.56 0 0.4
HSL 272.47º 0.38% 0.43% -
HSV(B) 272.47º 0.56% 0.6% -
XYZ 14.76 10.01 31.29 -
YUV 91.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 114 68 153 0.25 0.56 0 0.4 272.47 0.38 0.43
Hex 72 44 99 19 38 0 28 110 26 2B
Octal 162 104 231 31 70 0 50 420 46 53
Binary 1110010 1000100 10011001 11001 111000 0 101000 100010000 100110 101011

Color Harmonies of #724499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724499

Black with #724499

Text Example


Text Example

White with #724499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724499; }

 p { color: rgb(114,68,153); }

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

background-color css

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

 a { background-color: rgb(114,68,153); }

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

border-color css

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

 span { border-color: rgb(114,68,153); }

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