Html Css Color HEX #724AB1 Studio

📋 copy color: '#724AB1'

red 114 ◦ green 74 ◦ blue 177

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

Shades of Studio #724AB1

Tints of Studio #724AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.49%

R = 31.23%
G = 20.27%
B = 48.49%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#724AB1 (or 0x724AB1) is known color: Studio. HEX triplet: 72, 4A and B1. RGB value is (114,74,177). Sum of RGB (Red+Green+Blue) = 114+74+177=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #724AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AB1 is #8DB54E. Grayscale: #616161. Windows color (decimal): -9286991 or 11618930. OLE color: 11618930.

HSL color Cylindrical-coordinate representation of color #724AB1: hue angle of 263.3º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724AB1 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 74 177 -
CMYK 0.36 0.58 0 0.31
HSL 263.3º 0.41% 0.49% -
HSV(B) 263.3º 0.58% 0.69% -
XYZ 17.32 11.65 42.93 -
YUV 97.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 114 74 177 0.36 0.58 0 0.31 263.3 0.41 0.49
Hex 72 4A B1 24 3A 0 1F 107 29 31
Octal 162 112 261 44 72 0 37 407 51 61
Binary 1110010 1001010 10110001 100100 111010 0 11111 100000111 101001 110001

Color Harmonies of #724AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AB1

Black with #724AB1

Text Example


Text Example

White with #724AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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