Html Css Color HEX #724EAE Studio

📋 copy color: '#724EAE'

red 114 ◦ green 78 ◦ blue 174

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

Shades of Studio #724EAE

Tints of Studio #724EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 31.15%
G = 21.31%
B = 47.54%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#724EAE (or 0x724EAE) is known color: Studio. HEX triplet: 72, 4E and AE. RGB value is (114,78,174). Sum of RGB (Red+Green+Blue) = 114+78+174=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #724EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EAE is #8DB151. Grayscale: #636363. Windows color (decimal): -9285970 or 11423346. OLE color: 11423346.

HSL color Cylindrical-coordinate representation of color #724EAE: hue angle of 262.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #724EAE is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 78 174 -
CMYK 0.34 0.55 0 0.32
HSL 262.5º 0.38% 0.49% -
HSV(B) 262.5º 0.55% 0.68% -
XYZ 17.3 12.08 41.46 -
YUV 99.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 114 78 174 0.34 0.55 0 0.32 262.5 0.38 0.49
Hex 72 4E AE 22 37 0 20 106 26 31
Octal 162 116 256 42 67 0 40 406 46 61
Binary 1110010 1001110 10101110 100010 110111 0 100000 100000110 100110 110001

Color Harmonies of #724EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EAE

Black with #724EAE

Text Example


Text Example

White with #724EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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