Html Css Color HEX #724AAA Studio

📋 copy color: '#724AAA'

red 114 ◦ green 74 ◦ blue 170

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

Shades of Studio #724AAA

Tints of Studio #724AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 31.84%
G = 20.67%
B = 47.49%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#724AAA (or 0x724AAA) is known color: Studio. HEX triplet: 72, 4A and AA. RGB value is (114,74,170). Sum of RGB (Red+Green+Blue) = 114+74+170=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #724AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AAA is #8DB555. Grayscale: #606060. Windows color (decimal): -9286998 or 11160178. OLE color: 11160178.

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

Color convert

RGB 114 74 170 -
CMYK 0.33 0.56 0 0.33
HSL 265º 0.39% 0.48% -
HSV(B) 265º 0.56% 0.67% -
XYZ 16.64 11.38 39.35 -
YUV 96.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 114 74 170 0.33 0.56 0 0.33 265 0.39 0.48
Hex 72 4A AA 21 38 0 21 109 27 30
Octal 162 112 252 41 70 0 41 411 47 60
Binary 1110010 1001010 10101010 100001 111000 0 100001 100001001 100111 110000

Color Harmonies of #724AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AAA

Black with #724AAA

Text Example


Text Example

White with #724AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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