Html Css Color HEX #724B9E Studio

📋 copy color: '#724B9E'

red 114 ◦ green 75 ◦ blue 158

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

Shades of Studio #724B9E

Tints of Studio #724B9E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 32.85%
G = 21.61%
B = 45.53%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#724B9E (or 0x724B9E) is known color: Studio. HEX triplet: 72, 4B and 9E. RGB value is (114,75,158). Sum of RGB (Red+Green+Blue) = 114+75+158=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #724B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B9E is #8DB461. Grayscale: #5F5F5F. Windows color (decimal): -9286754 or 10374002. OLE color: 10374002.

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

Color convert

RGB 114 75 158 -
CMYK 0.28 0.53 0 0.38
HSL 268.19º 0.36% 0.46% -
HSV(B) 268.19º 0.53% 0.62% -
XYZ 15.63 11.08 33.66 -
YUV 96.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 114 75 158 0.28 0.53 0 0.38 268.19 0.36 0.46
Hex 72 4B 9E 1C 35 0 26 10C 24 2E
Octal 162 113 236 34 65 0 46 414 44 56
Binary 1110010 1001011 10011110 11100 110101 0 100110 100001100 100100 101110

Color Harmonies of #724B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B9E

Black with #724B9E

Text Example


Text Example

White with #724B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,75,158); }

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

background-color css

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

 a { background-color: rgb(114,75,158); }

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

border-color css

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

 span { border-color: rgb(114,75,158); }

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