Html Css Color HEX #724E96 Studio

📋 copy color: '#724E96'

red 114 ◦ green 78 ◦ blue 150

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

Shades of Studio #724E96

Tints of Studio #724E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

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

R = 33.33%
G = 22.81%
B = 43.86%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#724E96 (or 0x724E96) is known color: Studio. HEX triplet: 72, 4E and 96. RGB value is (114,78,150). Sum of RGB (Red+Green+Blue) = 114+78+150=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #724E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E96 is #8DB169. Grayscale: #606060. Windows color (decimal): -9285994 or 9850482. OLE color: 9850482.

HSL color Cylindrical-coordinate representation of color #724E96: hue angle of 270º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #724E96 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 78 150 -
CMYK 0.24 0.48 0 0.41
HSL 270º 0.32% 0.45% -
HSV(B) 270º 0.48% 0.59% -
XYZ 15.17 11.23 30.22 -
YUV 96.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 114 78 150 0.24 0.48 0 0.41 270 0.32 0.45
Hex 72 4E 96 18 30 0 29 10E 20 2D
Octal 162 116 226 30 60 0 51 416 40 55
Binary 1110010 1001110 10010110 11000 110000 0 101001 100001110 100000 101101

Color Harmonies of #724E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E96

Black with #724E96

Text Example


Text Example

White with #724E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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