Html Css Color HEX #724DA6 Studio

📋 copy color: '#724DA6'

red 114 ◦ green 77 ◦ blue 166

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

Shades of Studio #724DA6

Tints of Studio #724DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.5%

R = 31.93%
G = 21.57%
B = 46.5%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#724DA6 (or 0x724DA6) is known color: Studio. HEX triplet: 72, 4D and A6. RGB value is (114,77,166). Sum of RGB (Red+Green+Blue) = 114+77+166=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #724DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724DA6 is #8DB259. Grayscale: #616161. Windows color (decimal): -9286234 or 10898802. OLE color: 10898802.

HSL color Cylindrical-coordinate representation of color #724DA6: hue angle of 264.94º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724DA6 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 77 166 -
CMYK 0.31 0.54 0 0.35
HSL 264.94º 0.37% 0.48% -
HSV(B) 264.94º 0.54% 0.65% -
XYZ 16.48 11.64 37.45 -
YUV 98.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 114 77 166 0.31 0.54 0 0.35 264.94 0.37 0.48
Hex 72 4D A6 1F 36 0 23 109 25 30
Octal 162 115 246 37 66 0 43 411 45 60
Binary 1110010 1001101 10100110 11111 110110 0 100011 100001001 100101 110000

Color Harmonies of #724DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DA6

Black with #724DA6

Text Example


Text Example

White with #724DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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