Html Css Color HEX #724894 Studio

📋 copy color: '#724894'

red 114 ◦ green 72 ◦ blue 148

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

Shades of Studio #724894

Tints of Studio #724894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 34.13%
G = 21.56%
B = 44.31%

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

#724894 (or 0x724894) is known color: Studio. HEX triplet: 72, 48 and 94. RGB value is (114,72,148). Sum of RGB (Red+Green+Blue) = 114+72+148=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #724894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724894 is #8DB76B. Grayscale: #5C5C5C. Windows color (decimal): -9287532 or 9717874. OLE color: 9717874.

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

Color convert

RGB 114 72 148 -
CMYK 0.23 0.51 0 0.42
HSL 273.16º 0.35% 0.43% -
HSV(B) 273.16º 0.51% 0.58% -
XYZ 14.6 10.35 29.25 -
YUV 93.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 114 72 148 0.23 0.51 0 0.42 273.16 0.35 0.43
Hex 72 48 94 17 33 0 2A 111 23 2B
Octal 162 110 224 27 63 0 52 421 43 53
Binary 1110010 1001000 10010100 10111 110011 0 101010 100010001 100011 101011

Color Harmonies of #724894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724894

Black with #724894

Text Example


Text Example

White with #724894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724894; }

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

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

background-color css

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

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

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

border-color css

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

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

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