Html Css Color HEX #724CA9 Studio

📋 copy color: '#724CA9'

red 114 ◦ green 76 ◦ blue 169

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

Shades of Studio #724CA9

Tints of Studio #724CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 47.08%

R = 31.75%
G = 21.17%
B = 47.08%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#724CA9 (or 0x724CA9) is known color: Studio. HEX triplet: 72, 4C and A9. RGB value is (114,76,169). Sum of RGB (Red+Green+Blue) = 114+76+169=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 169 - color contains mainly: blue. Hex color #724CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724CA9 is #8DB356. Grayscale: #616161. Windows color (decimal): -9286487 or 11095154. OLE color: 11095154.

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

Color convert

RGB 114 76 169 -
CMYK 0.33 0.55 0 0.34
HSL 264.52º 0.38% 0.48% -
HSV(B) 264.52º 0.55% 0.66% -
XYZ 16.69 11.61 38.9 -
YUV 97.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 114 76 169 0.33 0.55 0 0.34 264.52 0.38 0.48
Hex 72 4C A9 21 37 0 22 109 26 30
Octal 162 114 251 41 67 0 42 411 46 60
Binary 1110010 1001100 10101001 100001 110111 0 100010 100001001 100110 110000

Color Harmonies of #724CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CA9

Black with #724CA9

Text Example


Text Example

White with #724CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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