Html Css Color HEX #724AAE Studio

📋 copy color: '#724AAE'

red 114 ◦ green 74 ◦ blue 174

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

Shades of Studio #724AAE

Tints of Studio #724AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 31.49%
G = 20.44%
B = 48.07%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#724AAE (or 0x724AAE) is known color: Studio. HEX triplet: 72, 4A and AE. RGB value is (114,74,174). Sum of RGB (Red+Green+Blue) = 114+74+174=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #724AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AAE is #8DB551. Grayscale: #606060. Windows color (decimal): -9286994 or 11422322. OLE color: 11422322.

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

Color convert

RGB 114 74 174 -
CMYK 0.34 0.57 0 0.32
HSL 264º 0.4% 0.49% -
HSV(B) 264º 0.57% 0.68% -
XYZ 17.03 11.53 41.37 -
YUV 97.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 114 74 174 0.34 0.57 0 0.32 264 0.4 0.49
Hex 72 4A AE 22 39 0 20 108 28 31
Octal 162 112 256 42 71 0 40 410 50 61
Binary 1110010 1001010 10101110 100010 111001 0 100000 100001000 101000 110001

Color Harmonies of #724AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AAE

Black with #724AAE

Text Example


Text Example

White with #724AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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