Html Css Color HEX #734C96 Studio

📋 copy color: '#734C96'

red 115 ◦ green 76 ◦ blue 150

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

Shades of Studio #734C96

Tints of Studio #734C96

RGB

 RED value IS 115 (45.31% from 255) = 33.72%

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

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 33.72%
G = 22.29%
B = 43.99%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#734C96 (or 0x734C96) is known color: Studio. HEX triplet: 73, 4C and 96. RGB value is (115,76,150). Sum of RGB (Red+Green+Blue) = 115+76+150=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #734C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734C96 is #8CB369. Grayscale: #5F5F5F. Windows color (decimal): -9220970 or 9849971. OLE color: 9849971.

HSL color Cylindrical-coordinate representation of color #734C96: hue angle of 271.62º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #734C96 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 76 150 -
CMYK 0.23 0.49 0 0.41
HSL 271.62º 0.33% 0.44% -
HSV(B) 271.62º 0.49% 0.59% -
XYZ 15.16 11.02 30.18 -
YUV 96.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 115 76 150 0.23 0.49 0 0.41 271.62 0.33 0.44
Hex 73 4C 96 17 31 0 29 110 21 2C
Octal 163 114 226 27 61 0 51 420 41 54
Binary 1110011 1001100 10010110 10111 110001 0 101001 100010000 100001 101100

Color Harmonies of #734C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734C96

Black with #734C96

Text Example


Text Example

White with #734C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734C96; }

 p { color: rgb(115,76,150); }

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

background-color css

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

 a { background-color: rgb(115,76,150); }

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

border-color css

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

 span { border-color: rgb(115,76,150); }

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