Html Css Color HEX #724DAB Studio

📋 copy color: '#724DAB'

red 114 ◦ green 77 ◦ blue 171

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

Shades of Studio #724DAB

Tints of Studio #724DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 31.49%
G = 21.27%
B = 47.24%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#724DAB (or 0x724DAB) is known color: Studio. HEX triplet: 72, 4D and AB. RGB value is (114,77,171). Sum of RGB (Red+Green+Blue) = 114+77+171=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #724DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724DAB is #8DB254. Grayscale: #626262. Windows color (decimal): -9286229 or 11226482. OLE color: 11226482.

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

Color convert

RGB 114 77 171 -
CMYK 0.33 0.55 0 0.33
HSL 263.62º 0.38% 0.49% -
HSV(B) 263.62º 0.55% 0.67% -
XYZ 16.94 11.83 39.92 -
YUV 98.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 114 77 171 0.33 0.55 0 0.33 263.62 0.38 0.49
Hex 72 4D AB 21 37 0 21 108 26 31
Octal 162 115 253 41 67 0 41 410 46 61
Binary 1110010 1001101 10101011 100001 110111 0 100001 100001000 100110 110001

Color Harmonies of #724DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DAB

Black with #724DAB

Text Example


Text Example

White with #724DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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