Html Css Color HEX #75539B Studio

📋 copy color: '#75539B'

red 117 ◦ green 83 ◦ blue 155

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

Shades of Studio #75539B

Tints of Studio #75539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 32.96%
G = 23.38%
B = 43.66%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75539B (or 0x75539B) is known color: Studio. HEX triplet: 75, 53 and 9B. RGB value is (117,83,155). Sum of RGB (Red+Green+Blue) = 117+83+155=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #75539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75539B is #8AAC64. Grayscale: #656565. Windows color (decimal): -9088101 or 10179445. OLE color: 10179445.

HSL color Cylindrical-coordinate representation of color #75539B: hue angle of 268.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75539B is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 83 155 -
CMYK 0.25 0.46 0 0.39
HSL 268.33º 0.3% 0.47% -
HSV(B) 268.33º 0.46% 0.61% -
XYZ 16.35 12.33 32.53 -
YUV 101.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 117 83 155 0.25 0.46 0 0.39 268.33 0.3 0.47
Hex 75 53 9B 19 2E 0 27 10C 1E 2F
Octal 165 123 233 31 56 0 47 414 36 57
Binary 1110101 1010011 10011011 11001 101110 0 100111 100001100 11110 101111

Color Harmonies of #75539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75539B

Black with #75539B

Text Example


Text Example

White with #75539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75539B; }

 p { color: rgb(117,83,155); }

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

background-color css

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

 a { background-color: rgb(117,83,155); }

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

border-color css

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

 span { border-color: rgb(117,83,155); }

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