Html Css Color HEX #724CAF Studio

📋 copy color: '#724CAF'

red 114 ◦ green 76 ◦ blue 175

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

Shades of Studio #724CAF

Tints of Studio #724CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 31.23%
G = 20.82%
B = 47.95%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#724CAF (or 0x724CAF) is known color: Studio. HEX triplet: 72, 4C and AF. RGB value is (114,76,175). Sum of RGB (Red+Green+Blue) = 114+76+175=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #724CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724CAF is #8DB350. Grayscale: #626262. Windows color (decimal): -9286481 or 11488370. OLE color: 11488370.

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

Color convert

RGB 114 76 175 -
CMYK 0.35 0.57 0 0.31
HSL 263.03º 0.39% 0.49% -
HSV(B) 263.03º 0.57% 0.69% -
XYZ 17.26 11.84 41.93 -
YUV 98.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 114 76 175 0.35 0.57 0 0.31 263.03 0.39 0.49
Hex 72 4C AF 23 39 0 1F 107 27 31
Octal 162 114 257 43 71 0 37 407 47 61
Binary 1110010 1001100 10101111 100011 111001 0 11111 100000111 100111 110001

Color Harmonies of #724CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CAF

Black with #724CAF

Text Example


Text Example

White with #724CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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