Html Css Color HEX #724DAC Studio

📋 copy color: '#724DAC'

red 114 ◦ green 77 ◦ blue 172

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

Shades of Studio #724DAC

Tints of Studio #724DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 31.4%
G = 21.21%
B = 47.38%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#724DAC (or 0x724DAC) is known color: Studio. HEX triplet: 72, 4D and AC. RGB value is (114,77,172). Sum of RGB (Red+Green+Blue) = 114+77+172=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #724DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724DAC is #8DB253. Grayscale: #626262. Windows color (decimal): -9286228 or 11292018. OLE color: 11292018.

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

Color convert

RGB 114 77 172 -
CMYK 0.34 0.55 0 0.33
HSL 263.37º 0.38% 0.49% -
HSV(B) 263.37º 0.55% 0.67% -
XYZ 17.04 11.86 40.42 -
YUV 98.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 114 77 172 0.34 0.55 0 0.33 263.37 0.38 0.49
Hex 72 4D AC 22 37 0 21 107 26 31
Octal 162 115 254 42 67 0 41 407 46 61
Binary 1110010 1001101 10101100 100010 110111 0 100001 100000111 100110 110001

Color Harmonies of #724DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DAC

Black with #724DAC

Text Example


Text Example

White with #724DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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