Html Css Color HEX #724BA0 Studio

📋 copy color: '#724BA0'

red 114 ◦ green 75 ◦ blue 160

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

Shades of Studio #724BA0

Tints of Studio #724BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

 BLUE value IS 160 (62.89% from 255) = 45.85%

R = 32.66%
G = 21.49%
B = 45.85%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#724BA0 (or 0x724BA0) is known color: Studio. HEX triplet: 72, 4B and A0. RGB value is (114,75,160). Sum of RGB (Red+Green+Blue) = 114+75+160=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #724BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724BA0 is #8DB45F. Grayscale: #606060. Windows color (decimal): -9286752 or 10505074. OLE color: 10505074.

HSL color Cylindrical-coordinate representation of color #724BA0: hue angle of 267.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724BA0 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 75 160 -
CMYK 0.29 0.53 0 0.37
HSL 267.53º 0.36% 0.46% -
HSV(B) 267.53º 0.53% 0.63% -
XYZ 15.8 11.15 34.58 -
YUV 96.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 114 75 160 0.29 0.53 0 0.37 267.53 0.36 0.46
Hex 72 4B A0 1D 35 0 25 10C 24 2E
Octal 162 113 240 35 65 0 45 414 44 56
Binary 1110010 1001011 10100000 11101 110101 0 100101 100001100 100100 101110

Color Harmonies of #724BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BA0

Black with #724BA0

Text Example


Text Example

White with #724BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,75,160); }

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

background-color css

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

 a { background-color: rgb(114,75,160); }

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

border-color css

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

 span { border-color: rgb(114,75,160); }

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