Html Css Color HEX #724396 Studio

📋 copy color: '#724396'

red 114 ◦ green 67 ◦ blue 150

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

Shades of Studio #724396

Tints of Studio #724396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 34.44%
G = 20.24%
B = 45.32%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#724396 (or 0x724396) is known color: Studio. HEX triplet: 72, 43 and 96. RGB value is (114,67,150). Sum of RGB (Red+Green+Blue) = 114+67+150=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #724396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724396 is #8DBC69. Grayscale: #5A5A5A. Windows color (decimal): -9288810 or 9847666. OLE color: 9847666.

HSL color Cylindrical-coordinate representation of color #724396: hue angle of 273.98º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #724396 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 67 150 -
CMYK 0.24 0.55 0 0.41
HSL 273.98º 0.38% 0.43% -
HSV(B) 273.98º 0.55% 0.59% -
XYZ 14.45 9.79 29.98 -
YUV 90.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 114 67 150 0.24 0.55 0 0.41 273.98 0.38 0.43
Hex 72 43 96 18 37 0 29 112 26 2B
Octal 162 103 226 30 67 0 51 422 46 53
Binary 1110010 1000011 10010110 11000 110111 0 101001 100010010 100110 101011

Color Harmonies of #724396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724396

Black with #724396

Text Example


Text Example

White with #724396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724396; }

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

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

background-color css

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

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

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

border-color css

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

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

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