Html Css Color HEX #754F96 Studio

📋 copy color: '#754F96'

red 117 ◦ green 79 ◦ blue 150

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

Shades of Studio #754F96

Tints of Studio #754F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

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

R = 33.82%
G = 22.83%
B = 43.35%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#754F96 (or 0x754F96) is known color: Studio. HEX triplet: 75, 4F and 96. RGB value is (117,79,150). Sum of RGB (Red+Green+Blue) = 117+79+150=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #754F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F96 is #8AB069. Grayscale: #626262. Windows color (decimal): -9089130 or 9850741. OLE color: 9850741.

HSL color Cylindrical-coordinate representation of color #754F96: hue angle of 272.11º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754F96 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 79 150 -
CMYK 0.22 0.47 0 0.41
HSL 272.11º 0.31% 0.45% -
HSV(B) 272.11º 0.47% 0.59% -
XYZ 15.64 11.58 30.26 -
YUV 98.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 117 79 150 0.22 0.47 0 0.41 272.11 0.31 0.45
Hex 75 4F 96 16 2F 0 29 110 1F 2D
Octal 165 117 226 26 57 0 51 420 37 55
Binary 1110101 1001111 10010110 10110 101111 0 101001 100010000 11111 101101

Color Harmonies of #754F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F96

Black with #754F96

Text Example


Text Example

White with #754F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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