Html Css Color HEX #724AA8 Studio

📋 copy color: '#724AA8'

red 114 ◦ green 74 ◦ blue 168

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

Shades of Studio #724AA8

Tints of Studio #724AA8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

 BLUE value IS 168 (66.02% from 255) = 47.19%

R = 32.02%
G = 20.79%
B = 47.19%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#724AA8 (or 0x724AA8) is known color: Studio. HEX triplet: 72, 4A and A8. RGB value is (114,74,168). Sum of RGB (Red+Green+Blue) = 114+74+168=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 168 - color contains mainly: blue. Hex color #724AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AA8 is #8DB557. Grayscale: #606060. Windows color (decimal): -9287000 or 11029106. OLE color: 11029106.

HSL color Cylindrical-coordinate representation of color #724AA8: hue angle of 265.53º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724AA8 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 74 168 -
CMYK 0.32 0.56 0 0.34
HSL 265.53º 0.39% 0.47% -
HSV(B) 265.53º 0.56% 0.66% -
XYZ 16.46 11.3 38.36 -
YUV 96.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 114 74 168 0.32 0.56 0 0.34 265.53 0.39 0.47
Hex 72 4A A8 20 38 0 22 10A 27 2F
Octal 162 112 250 40 70 0 42 412 47 57
Binary 1110010 1001010 10101000 100000 111000 0 100010 100001010 100111 101111

Color Harmonies of #724AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AA8

Black with #724AA8

Text Example


Text Example

White with #724AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,74,168); }

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

background-color css

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

 a { background-color: rgb(114,74,168); }

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

border-color css

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

 span { border-color: rgb(114,74,168); }

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