Html Css Color HEX #724693 Studio

📋 copy color: '#724693'

red 114 ◦ green 70 ◦ blue 147

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

Shades of Studio #724693

Tints of Studio #724693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 34.44%
G = 21.15%
B = 44.41%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#724693 (or 0x724693) is known color: Studio. HEX triplet: 72, 46 and 93. RGB value is (114,70,147). Sum of RGB (Red+Green+Blue) = 114+70+147=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #724693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724693 is #8DB96C. Grayscale: #5B5B5B. Windows color (decimal): -9288045 or 9651826. OLE color: 9651826.

HSL color Cylindrical-coordinate representation of color #724693: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724693 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 70 147 -
CMYK 0.22 0.52 0 0.42
HSL 274.29º 0.35% 0.43% -
HSV(B) 274.29º 0.52% 0.58% -
XYZ 14.4 10.06 28.79 -
YUV 91.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 114 70 147 0.22 0.52 0 0.42 274.29 0.35 0.43
Hex 72 46 93 16 34 0 2A 112 23 2B
Octal 162 106 223 26 64 0 52 422 43 53
Binary 1110010 1000110 10010011 10110 110100 0 101010 100010010 100011 101011

Color Harmonies of #724693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724693

Black with #724693

Text Example


Text Example

White with #724693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724693; }

 p { color: rgb(114,70,147); }

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

background-color css

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

 a { background-color: rgb(114,70,147); }

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

border-color css

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

 span { border-color: rgb(114,70,147); }

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