Html Css Color HEX #724DB4 Studio

📋 copy color: '#724DB4'

red 114 ◦ green 77 ◦ blue 180

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

Shades of Studio #724DB4

Tints of Studio #724DB4

RGB

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

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

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

R = 30.73%
G = 20.75%
B = 48.52%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#724DB4 (or 0x724DB4) is known color: Studio. HEX triplet: 72, 4D and B4. RGB value is (114,77,180). Sum of RGB (Red+Green+Blue) = 114+77+180=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #724DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DB4 is #8DB24B. Grayscale: #636363. Windows color (decimal): -9286220 or 11816306. OLE color: 11816306.

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

Color convert

RGB 114 77 180 -
CMYK 0.37 0.57 0 0.29
HSL 261.55º 0.41% 0.5% -
HSV(B) 261.55º 0.57% 0.71% -
XYZ 17.83 12.18 44.59 -
YUV 99.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 114 77 180 0.37 0.57 0 0.29 261.55 0.41 0.5
Hex 72 4D B4 25 39 0 1D 106 29 32
Octal 162 115 264 45 71 0 35 406 51 62
Binary 1110010 1001101 10110100 100101 111001 0 11101 100000110 101001 110010

Color Harmonies of #724DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DB4

Black with #724DB4

Text Example


Text Example

White with #724DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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