Html Css Color HEX #724DAE Studio

📋 copy color: '#724DAE'

red 114 ◦ green 77 ◦ blue 174

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

Shades of Studio #724DAE

Tints of Studio #724DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

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

R = 31.23%
G = 21.1%
B = 47.67%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#724DAE (or 0x724DAE) is known color: Studio. HEX triplet: 72, 4D and AE. RGB value is (114,77,174). Sum of RGB (Red+Green+Blue) = 114+77+174=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #724DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724DAE is #8DB251. Grayscale: #626262. Windows color (decimal): -9286226 or 11423090. OLE color: 11423090.

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

Color convert

RGB 114 77 174 -
CMYK 0.34 0.56 0 0.32
HSL 262.89º 0.39% 0.49% -
HSV(B) 262.89º 0.56% 0.68% -
XYZ 17.23 11.94 41.44 -
YUV 99.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 114 77 174 0.34 0.56 0 0.32 262.89 0.39 0.49
Hex 72 4D AE 22 38 0 20 107 27 31
Octal 162 115 256 42 70 0 40 407 47 61
Binary 1110010 1001101 10101110 100010 111000 0 100000 100000111 100111 110001

Color Harmonies of #724DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DAE

Black with #724DAE

Text Example


Text Example

White with #724DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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