Html Css Color HEX #75519B Studio

📋 copy color: '#75519B'

red 117 ◦ green 81 ◦ blue 155

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

Shades of Studio #75519B

Tints of Studio #75519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

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

R = 33.14%
G = 22.95%
B = 43.91%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75519B (or 0x75519B) is known color: Studio. HEX triplet: 75, 51 and 9B. RGB value is (117,81,155). Sum of RGB (Red+Green+Blue) = 117+81+155=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #75519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75519B is #8AAE64. Grayscale: #636363. Windows color (decimal): -9088613 or 10178933. OLE color: 10178933.

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

Color convert

RGB 117 81 155 -
CMYK 0.25 0.48 0 0.39
HSL 269.19º 0.31% 0.46% -
HSV(B) 269.19º 0.48% 0.61% -
XYZ 16.19 12.03 32.48 -
YUV 100.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 117 81 155 0.25 0.48 0 0.39 269.19 0.31 0.46
Hex 75 51 9B 19 30 0 27 10D 1F 2E
Octal 165 121 233 31 60 0 47 415 37 56
Binary 1110101 1010001 10011011 11001 110000 0 100111 100001101 11111 101110

Color Harmonies of #75519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75519B

Black with #75519B

Text Example


Text Example

White with #75519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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