Html Css Color HEX #75539D Studio

📋 copy color: '#75539D'

red 117 ◦ green 83 ◦ blue 157

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

Shades of Studio #75539D

Tints of Studio #75539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 32.77%
G = 23.25%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75539D (or 0x75539D) is known color: Studio. HEX triplet: 75, 53 and 9D. RGB value is (117,83,157). Sum of RGB (Red+Green+Blue) = 117+83+157=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #75539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75539D is #8AAC62. Grayscale: #656565. Windows color (decimal): -9088099 or 10310517. OLE color: 10310517.

HSL color Cylindrical-coordinate representation of color #75539D: hue angle of 267.57º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75539D is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 83 157 -
CMYK 0.25 0.47 0 0.38
HSL 267.57º 0.31% 0.47% -
HSV(B) 267.57º 0.47% 0.62% -
XYZ 16.52 12.4 33.42 -
YUV 101.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 117 83 157 0.25 0.47 0 0.38 267.57 0.31 0.47
Hex 75 53 9D 19 2F 0 26 10C 1F 2F
Octal 165 123 235 31 57 0 46 414 37 57
Binary 1110101 1010011 10011101 11001 101111 0 100110 100001100 11111 101111

Color Harmonies of #75539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75539D

Black with #75539D

Text Example


Text Example

White with #75539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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