Html Css Color HEX #755096 Studio

📋 copy color: '#755096'

red 117 ◦ green 80 ◦ blue 150

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

Shades of Studio #755096

Tints of Studio #755096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

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

R = 33.72%
G = 23.05%
B = 43.23%

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

#755096 (or 0x755096) is known color: Studio. HEX triplet: 75, 50 and 96. RGB value is (117,80,150). Sum of RGB (Red+Green+Blue) = 117+80+150=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #755096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755096 is #8AAF69. Grayscale: #626262. Windows color (decimal): -9088874 or 9850997. OLE color: 9850997.

HSL color Cylindrical-coordinate representation of color #755096: hue angle of 271.71º degrees, saturation: 0.3, 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 #755096 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 80 150 -
CMYK 0.22 0.47 0 0.41
HSL 271.71º 0.3% 0.45% -
HSV(B) 271.71º 0.47% 0.59% -
XYZ 15.71 11.72 30.29 -
YUV 99.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 117 80 150 0.22 0.47 0 0.41 271.71 0.3 0.45
Hex 75 50 96 16 2F 0 29 110 1E 2D
Octal 165 120 226 26 57 0 51 420 36 55
Binary 1110101 1010000 10010110 10110 101111 0 101001 100010000 11110 101101

Color Harmonies of #755096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755096

Black with #755096

Text Example


Text Example

White with #755096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755096; }

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

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

background-color css

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

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

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

border-color css

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

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

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