Html Css Color HEX #724EA4 Studio

📋 copy color: '#724EA4'

red 114 ◦ green 78 ◦ blue 164

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

Shades of Studio #724EA4

Tints of Studio #724EA4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 32.02%
G = 21.91%
B = 46.07%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#724EA4 (or 0x724EA4) is known color: Studio. HEX triplet: 72, 4E and A4. RGB value is (114,78,164). Sum of RGB (Red+Green+Blue) = 114+78+164=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #724EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EA4 is #8DB15B. Grayscale: #626262. Windows color (decimal): -9285980 or 10767986. OLE color: 10767986.

HSL color Cylindrical-coordinate representation of color #724EA4: hue angle of 265.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724EA4 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 78 164 -
CMYK 0.30 0.52 0 0.36
HSL 265.12º 0.36% 0.47% -
HSV(B) 265.12º 0.52% 0.64% -
XYZ 16.36 11.71 36.52 -
YUV 98.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 114 78 164 0.30 0.52 0 0.36 265.12 0.36 0.47
Hex 72 4E A4 1E 34 0 24 109 24 2F
Octal 162 116 244 36 64 0 44 411 44 57
Binary 1110010 1001110 10100100 11110 110100 0 100100 100001001 100100 101111

Color Harmonies of #724EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EA4

Black with #724EA4

Text Example


Text Example

White with #724EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,78,164); }

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

background-color css

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

 a { background-color: rgb(114,78,164); }

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

border-color css

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

 span { border-color: rgb(114,78,164); }

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