Html Css Color HEX #724AAF Studio

📋 copy color: '#724AAF'

red 114 ◦ green 74 ◦ blue 175

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

Shades of Studio #724AAF

Tints of Studio #724AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 31.4%
G = 20.39%
B = 48.21%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#724AAF (or 0x724AAF) is known color: Studio. HEX triplet: 72, 4A and AF. RGB value is (114,74,175). Sum of RGB (Red+Green+Blue) = 114+74+175=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #724AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AAF is #8DB550. Grayscale: #616161. Windows color (decimal): -9286993 or 11487858. OLE color: 11487858.

HSL color Cylindrical-coordinate representation of color #724AAF: hue angle of 263.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724AAF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 74 175 -
CMYK 0.35 0.58 0 0.31
HSL 263.76º 0.41% 0.49% -
HSV(B) 263.76º 0.58% 0.69% -
XYZ 17.13 11.57 41.89 -
YUV 97.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 114 74 175 0.35 0.58 0 0.31 263.76 0.41 0.49
Hex 72 4A AF 23 3A 0 1F 108 29 31
Octal 162 112 257 43 72 0 37 410 51 61
Binary 1110010 1001010 10101111 100011 111010 0 11111 100001000 101001 110001

Color Harmonies of #724AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AAF

Black with #724AAF

Text Example


Text Example

White with #724AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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