Html Css Color HEX #724AAC Studio

📋 copy color: '#724AAC'

red 114 ◦ green 74 ◦ blue 172

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

Shades of Studio #724AAC

Tints of Studio #724AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 31.67%
G = 20.56%
B = 47.78%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#724AAC (or 0x724AAC) is known color: Studio. HEX triplet: 72, 4A and AC. RGB value is (114,74,172). Sum of RGB (Red+Green+Blue) = 114+74+172=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #724AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AAC is #8DB553. Grayscale: #606060. Windows color (decimal): -9286996 or 11291250. OLE color: 11291250.

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

Color convert

RGB 114 74 172 -
CMYK 0.34 0.57 0 0.33
HSL 264.49º 0.4% 0.48% -
HSV(B) 264.49º 0.57% 0.67% -
XYZ 16.83 11.45 40.35 -
YUV 97.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 114 74 172 0.34 0.57 0 0.33 264.49 0.4 0.48
Hex 72 4A AC 22 39 0 21 108 28 30
Octal 162 112 254 42 71 0 41 410 50 60
Binary 1110010 1001010 10101100 100010 111001 0 100001 100001000 101000 110000

Color Harmonies of #724AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AAC

Black with #724AAC

Text Example


Text Example

White with #724AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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