Html Css Color HEX #755099 Studio

📋 copy color: '#755099'

red 117 ◦ green 80 ◦ blue 153

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

Shades of Studio #755099

Tints of Studio #755099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 33.43%
G = 22.86%
B = 43.71%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#755099 (or 0x755099) is known color: Studio. HEX triplet: 75, 50 and 99. RGB value is (117,80,153). Sum of RGB (Red+Green+Blue) = 117+80+153=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #755099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755099 is #8AAF66. Grayscale: #636363. Windows color (decimal): -9088871 or 10047605. OLE color: 10047605.

HSL color Cylindrical-coordinate representation of color #755099: hue angle of 270.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755099 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 80 153 -
CMYK 0.24 0.48 0 0.4
HSL 270.41º 0.31% 0.46% -
HSV(B) 270.41º 0.48% 0.6% -
XYZ 15.95 11.82 31.58 -
YUV 99.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 117 80 153 0.24 0.48 0 0.4 270.41 0.31 0.46
Hex 75 50 99 18 30 0 28 10E 1F 2E
Octal 165 120 231 30 60 0 50 416 37 56
Binary 1110101 1010000 10011001 11000 110000 0 101000 100001110 11111 101110

Color Harmonies of #755099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755099

Black with #755099

Text Example


Text Example

White with #755099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755099; }

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

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

background-color css

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

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

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

border-color css

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

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

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