Html Css Color HEX #754196 Studio

📋 copy color: '#754196'

red 117 ◦ green 65 ◦ blue 150

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

Shades of Studio #754196

Tints of Studio #754196

RGB

 RED value IS 117 (46.09% from 255) = 35.24%

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 35.24%
G = 19.58%
B = 45.18%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#754196 (or 0x754196) is known color: Studio. HEX triplet: 75, 41 and 96. RGB value is (117,65,150). Sum of RGB (Red+Green+Blue) = 117+65+150=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #754196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754196 is #8ABE69. Grayscale: #595959. Windows color (decimal): -9092714 or 9847157. OLE color: 9847157.

HSL color Cylindrical-coordinate representation of color #754196: hue angle of 276.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754196 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 65 150 -
CMYK 0.22 0.57 0 0.41
HSL 276.71º 0.4% 0.42% -
HSV(B) 276.71º 0.57% 0.59% -
XYZ 14.73 9.76 29.96 -
YUV 90.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 117 65 150 0.22 0.57 0 0.41 276.71 0.4 0.42
Hex 75 41 96 16 39 0 29 115 28 2A
Octal 165 101 226 26 71 0 51 425 50 52
Binary 1110101 1000001 10010110 10110 111001 0 101001 100010101 101000 101010

Color Harmonies of #754196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754196

Black with #754196

Text Example


Text Example

White with #754196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754196; }

 p { color: rgb(117,65,150); }

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

background-color css

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

 a { background-color: rgb(117,65,150); }

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

border-color css

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

 span { border-color: rgb(117,65,150); }

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