Html Css Color HEX #724DAF Studio

📋 copy color: '#724DAF'

red 114 ◦ green 77 ◦ blue 175

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

Shades of Studio #724DAF

Tints of Studio #724DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

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

R = 31.15%
G = 21.04%
B = 47.81%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#724DAF (or 0x724DAF) is known color: Studio. HEX triplet: 72, 4D and AF. RGB value is (114,77,175). Sum of RGB (Red+Green+Blue) = 114+77+175=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #724DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724DAF is #8DB250. Grayscale: #626262. Windows color (decimal): -9286225 or 11488626. OLE color: 11488626.

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

Color convert

RGB 114 77 175 -
CMYK 0.35 0.56 0 0.31
HSL 262.65º 0.39% 0.49% -
HSV(B) 262.65º 0.56% 0.69% -
XYZ 17.33 11.98 41.96 -
YUV 99.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 114 77 175 0.35 0.56 0 0.31 262.65 0.39 0.49
Hex 72 4D AF 23 38 0 1F 107 27 31
Octal 162 115 257 43 70 0 37 407 47 61
Binary 1110010 1001101 10101111 100011 111000 0 11111 100000111 100111 110001

Color Harmonies of #724DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DAF

Black with #724DAF

Text Example


Text Example

White with #724DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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