Html Css Color HEX #75559C Studio

📋 copy color: '#75559C'

red 117 ◦ green 85 ◦ blue 156

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

Shades of Studio #75559C

Tints of Studio #75559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 32.68%
G = 23.74%
B = 43.58%

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

#75559C (or 0x75559C) is known color: Studio. HEX triplet: 75, 55 and 9C. RGB value is (117,85,156). Sum of RGB (Red+Green+Blue) = 117+85+156=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #75559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75559C is #8AAA63. Grayscale: #666666. Windows color (decimal): -9087588 or 10245493. OLE color: 10245493.

HSL color Cylindrical-coordinate representation of color #75559C: hue angle of 267.04º degrees, saturation: 0.29, 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 #75559C is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 85 156 -
CMYK 0.25 0.46 0 0.39
HSL 267.04º 0.29% 0.47% -
HSV(B) 267.04º 0.46% 0.61% -
XYZ 16.59 12.68 33.03 -
YUV 102.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 117 85 156 0.25 0.46 0 0.39 267.04 0.29 0.47
Hex 75 55 9C 19 2E 0 27 10B 1D 2F
Octal 165 125 234 31 56 0 47 413 35 57
Binary 1110101 1010101 10011100 11001 101110 0 100111 100001011 11101 101111

Color Harmonies of #75559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75559C

Black with #75559C

Text Example


Text Example

White with #75559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75559C; }

 p { color: rgb(117,85,156); }

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

background-color css

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

 a { background-color: rgb(117,85,156); }

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

border-color css

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

 span { border-color: rgb(117,85,156); }

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