Html Css Color HEX #724393 Studio

📋 copy color: '#724393'

red 114 ◦ green 67 ◦ blue 147

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

Shades of Studio #724393

Tints of Studio #724393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 34.76%
G = 20.43%
B = 44.82%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#724393 (or 0x724393) is known color: Studio. HEX triplet: 72, 43 and 93. RGB value is (114,67,147). Sum of RGB (Red+Green+Blue) = 114+67+147=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #724393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724393 is #8DBC6C. Grayscale: #595959. Windows color (decimal): -9288813 or 9651058. OLE color: 9651058.

HSL color Cylindrical-coordinate representation of color #724393: hue angle of 275.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724393 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 67 147 -
CMYK 0.22 0.54 0 0.42
HSL 275.25º 0.37% 0.42% -
HSV(B) 275.25º 0.54% 0.58% -
XYZ 14.21 9.7 28.73 -
YUV 90.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 114 67 147 0.22 0.54 0 0.42 275.25 0.37 0.42
Hex 72 43 93 16 36 0 2A 113 25 2A
Octal 162 103 223 26 66 0 52 423 45 52
Binary 1110010 1000011 10010011 10110 110110 0 101010 100010011 100101 101010

Color Harmonies of #724393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724393

Black with #724393

Text Example


Text Example

White with #724393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724393; }

 p { color: rgb(114,67,147); }

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

background-color css

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

 a { background-color: rgb(114,67,147); }

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

border-color css

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

 span { border-color: rgb(114,67,147); }

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