Html Css Color HEX #724EA7 Studio

📋 copy color: '#724EA7'

red 114 ◦ green 78 ◦ blue 167

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

Shades of Studio #724EA7

Tints of Studio #724EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.52%

R = 31.75%
G = 21.73%
B = 46.52%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#724EA7 (or 0x724EA7) is known color: Studio. HEX triplet: 72, 4E and A7. RGB value is (114,78,167). Sum of RGB (Red+Green+Blue) = 114+78+167=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #724EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EA7 is #8DB158. Grayscale: #626262. Windows color (decimal): -9285977 or 10964594. OLE color: 10964594.

HSL color Cylindrical-coordinate representation of color #724EA7: hue angle of 264.27º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724EA7 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 78 167 -
CMYK 0.32 0.53 0 0.35
HSL 264.27º 0.36% 0.48% -
HSV(B) 264.27º 0.53% 0.65% -
XYZ 16.64 11.82 37.96 -
YUV 98.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 114 78 167 0.32 0.53 0 0.35 264.27 0.36 0.48
Hex 72 4E A7 20 35 0 23 108 24 30
Octal 162 116 247 40 65 0 43 410 44 60
Binary 1110010 1001110 10100111 100000 110101 0 100011 100001000 100100 110000

Color Harmonies of #724EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EA7

Black with #724EA7

Text Example


Text Example

White with #724EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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