Html Css Color HEX #76569D Studio

📋 copy color: '#76569D'

red 118 ◦ green 86 ◦ blue 157

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

Shades of Studio #76569D

Tints of Studio #76569D

RGB

 RED value IS 118 (46.48% from 255) = 32.69%

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

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

R = 32.69%
G = 23.82%
B = 43.49%

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

#76569D (or 0x76569D) is known color: Studio. HEX triplet: 76, 56 and 9D. RGB value is (118,86,157). Sum of RGB (Red+Green+Blue) = 118+86+157=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #76569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76569D is #89A962. Grayscale: #676767. Windows color (decimal): -9021795 or 10311286. OLE color: 10311286.

HSL color Cylindrical-coordinate representation of color #76569D: hue angle of 267.04º 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 #76569D is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 86 157 -
CMYK 0.25 0.45 0 0.38
HSL 267.04º 0.29% 0.48% -
HSV(B) 267.04º 0.45% 0.62% -
XYZ 16.88 12.94 33.51 -
YUV 103.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 118 86 157 0.25 0.45 0 0.38 267.04 0.29 0.48
Hex 76 56 9D 19 2D 0 26 10B 1D 30
Octal 166 126 235 31 55 0 46 413 35 60
Binary 1110110 1010110 10011101 11001 101101 0 100110 100001011 11101 110000

Color Harmonies of #76569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76569D

Black with #76569D

Text Example


Text Example

White with #76569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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