Html Css Color HEX #724CA7 Studio

📋 copy color: '#724CA7'

red 114 ◦ green 76 ◦ blue 167

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

Shades of Studio #724CA7

Tints of Studio #724CA7

RGB

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

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

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

R = 31.93%
G = 21.29%
B = 46.78%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#724CA7 (or 0x724CA7) is known color: Studio. HEX triplet: 72, 4C and A7. RGB value is (114,76,167). Sum of RGB (Red+Green+Blue) = 114+76+167=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 167 - color contains mainly: blue. Hex color #724CA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724CA7 is #8DB358. Grayscale: #616161. Windows color (decimal): -9286489 or 10964082. OLE color: 10964082.

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

Color convert

RGB 114 76 167 -
CMYK 0.32 0.54 0 0.35
HSL 265.06º 0.37% 0.48% -
HSV(B) 265.06º 0.54% 0.65% -
XYZ 16.5 11.54 37.92 -
YUV 97.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 114 76 167 0.32 0.54 0 0.35 265.06 0.37 0.48
Hex 72 4C A7 20 36 0 23 109 25 30
Octal 162 114 247 40 66 0 43 411 45 60
Binary 1110010 1001100 10100111 100000 110110 0 100011 100001001 100101 110000

Color Harmonies of #724CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CA7

Black with #724CA7

Text Example


Text Example

White with #724CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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