Html Css Color HEX #75569D Studio

📋 copy color: '#75569D'

red 117 ◦ green 86 ◦ blue 157

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

Shades of Studio #75569D

Tints of Studio #75569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

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

R = 32.5%
G = 23.89%
B = 43.61%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75569D (or 0x75569D) is known color: Studio. HEX triplet: 75, 56 and 9D. RGB value is (117,86,157). Sum of RGB (Red+Green+Blue) = 117+86+157=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #75569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75569D is #8AA962. Grayscale: #676767. Windows color (decimal): -9087331 or 10311285. OLE color: 10311285.

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

Color convert

RGB 117 86 157 -
CMYK 0.25 0.45 0 0.38
HSL 266.2º 0.29% 0.48% -
HSV(B) 266.2º 0.45% 0.62% -
XYZ 16.75 12.87 33.5 -
YUV 103.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 117 86 157 0.25 0.45 0 0.38 266.2 0.29 0.48
Hex 75 56 9D 19 2D 0 26 10A 1D 30
Octal 165 126 235 31 55 0 46 412 35 60
Binary 1110101 1010110 10011101 11001 101101 0 100110 100001010 11101 110000

Color Harmonies of #75569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75569D

Black with #75569D

Text Example


Text Example

White with #75569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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