Html Css Color HEX #724EAB Studio

📋 copy color: '#724EAB'

red 114 ◦ green 78 ◦ blue 171

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

Shades of Studio #724EAB

Tints of Studio #724EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 31.4%
G = 21.49%
B = 47.11%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#724EAB (or 0x724EAB) is known color: Studio. HEX triplet: 72, 4E and AB. RGB value is (114,78,171). Sum of RGB (Red+Green+Blue) = 114+78+171=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #724EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EAB is #8DB154. Grayscale: #636363. Windows color (decimal): -9285973 or 11226738. OLE color: 11226738.

HSL color Cylindrical-coordinate representation of color #724EAB: hue angle of 263.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724EAB is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 78 171 -
CMYK 0.33 0.54 0 0.33
HSL 263.23º 0.37% 0.49% -
HSV(B) 263.23º 0.54% 0.67% -
XYZ 17.01 11.97 39.94 -
YUV 99.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 114 78 171 0.33 0.54 0 0.33 263.23 0.37 0.49
Hex 72 4E AB 21 36 0 21 107 25 31
Octal 162 116 253 41 66 0 41 407 45 61
Binary 1110010 1001110 10101011 100001 110110 0 100001 100000111 100101 110001

Color Harmonies of #724EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EAB

Black with #724EAB

Text Example


Text Example

White with #724EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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