Html Css Color HEX #724C9D Studio

📋 copy color: '#724C9D'

red 114 ◦ green 76 ◦ blue 157

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

Shades of Studio #724C9D

Tints of Studio #724C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 32.85%
G = 21.9%
B = 45.24%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#724C9D (or 0x724C9D) is known color: Studio. HEX triplet: 72, 4C and 9D. RGB value is (114,76,157). Sum of RGB (Red+Green+Blue) = 114+76+157=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #724C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724C9D is #8DB362. Grayscale: #606060. Windows color (decimal): -9286499 or 10308722. OLE color: 10308722.

HSL color Cylindrical-coordinate representation of color #724C9D: hue angle of 268.15º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724C9D is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 76 157 -
CMYK 0.27 0.52 0 0.38
HSL 268.15º 0.35% 0.46% -
HSV(B) 268.15º 0.52% 0.62% -
XYZ 15.61 11.18 33.23 -
YUV 96.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 114 76 157 0.27 0.52 0 0.38 268.15 0.35 0.46
Hex 72 4C 9D 1B 34 0 26 10C 23 2E
Octal 162 114 235 33 64 0 46 414 43 56
Binary 1110010 1001100 10011101 11011 110100 0 100110 100001100 100011 101110

Color Harmonies of #724C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C9D

Black with #724C9D

Text Example


Text Example

White with #724C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,76,157); }

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

background-color css

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

 a { background-color: rgb(114,76,157); }

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

border-color css

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

 span { border-color: rgb(114,76,157); }

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