Html Css Color HEX #75509A Studio

📋 copy color: '#75509A'

red 117 ◦ green 80 ◦ blue 154

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

Shades of Studio #75509A

Tints of Studio #75509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 33.33%
G = 22.79%
B = 43.87%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75509A (or 0x75509A) is known color: Studio. HEX triplet: 75, 50 and 9A. RGB value is (117,80,154). Sum of RGB (Red+Green+Blue) = 117+80+154=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #75509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75509A is #8AAF65. Grayscale: #636363. Windows color (decimal): -9088870 or 10113141. OLE color: 10113141.

HSL color Cylindrical-coordinate representation of color #75509A: hue angle of 270º degrees, saturation: 0.32, 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 #75509A is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 80 154 -
CMYK 0.24 0.48 0 0.40
HSL 270º 0.32% 0.46% -
HSV(B) 270º 0.48% 0.6% -
XYZ 16.04 11.85 32.01 -
YUV 99.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 117 80 154 0.24 0.48 0 0.40 270 0.32 0.46
Hex 75 50 9A 18 30 0 28 10E 20 2E
Octal 165 120 232 30 60 0 50 416 40 56
Binary 1110101 1010000 10011010 11000 110000 0 101000 100001110 100000 101110

Color Harmonies of #75509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75509A

Black with #75509A

Text Example


Text Example

White with #75509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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