Html Css Color HEX #724CB4 Studio

📋 copy color: '#724CB4'

red 114 ◦ green 76 ◦ blue 180

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

Shades of Studio #724CB4

Tints of Studio #724CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 30.81%
G = 20.54%
B = 48.65%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#724CB4 (or 0x724CB4) is known color: Studio. HEX triplet: 72, 4C and B4. RGB value is (114,76,180). Sum of RGB (Red+Green+Blue) = 114+76+180=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #724CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CB4 is #8DB34B. Grayscale: #626262. Windows color (decimal): -9286476 or 11816050. OLE color: 11816050.

HSL color Cylindrical-coordinate representation of color #724CB4: hue angle of 261.92º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724CB4 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 76 180 -
CMYK 0.37 0.58 0 0.29
HSL 261.92º 0.41% 0.5% -
HSV(B) 261.92º 0.58% 0.71% -
XYZ 17.76 12.04 44.57 -
YUV 99.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 114 76 180 0.37 0.58 0 0.29 261.92 0.41 0.5
Hex 72 4C B4 25 3A 0 1D 106 29 32
Octal 162 114 264 45 72 0 35 406 51 62
Binary 1110010 1001100 10110100 100101 111010 0 11101 100000110 101001 110010

Color Harmonies of #724CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CB4

Black with #724CB4

Text Example


Text Example

White with #724CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,76,180); }

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

background-color css

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

 a { background-color: rgb(114,76,180); }

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

border-color css

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

 span { border-color: rgb(114,76,180); }

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