Html Css Color HEX #761569 Dark Purple

📋 copy color: '#761569'

red 118 ◦ green 21 ◦ blue 105

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

Shades of Dark Purple #761569

Tints of Dark Purple #761569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 48.36%
G = 8.61%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#761569 (or 0x761569) is known color: Dark Purple. HEX triplet: 76, 15 and 69. RGB value is (118,21,105). Sum of RGB (Red+Green+Blue) = 118+21+105=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #761569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761569 is #89EA96. Grayscale: #3B3B3B. Windows color (decimal): -9038487 or 6886774. OLE color: 6886774.

HSL color Cylindrical-coordinate representation of color #761569: hue angle of 308.04º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761569 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 105 -
CMYK 0 0.82 0.11 0.54
HSL 308.04º 0.7% 0.27% -
HSV(B) 308.04º 0.82% 0.46% -
XYZ 10.29 5.41 13.87 -
YUV 59.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 118 21 105 0 0.82 0.11 0.54 308.04 0.7 0.27
Hex 76 15 69 0 52 B 36 134 46 1B
Octal 166 25 151 0 122 13 66 464 106 33
Binary 1110110 10101 1101001 0 1010010 1011 110110 100110100 1000110 11011

Color Harmonies of #761569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761569

Black with #761569

Text Example


Text Example

White with #761569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761569; }

 p { color: rgb(118,21,105); }

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

background-color css

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

 a { background-color: rgb(118,21,105); }

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

border-color css

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

 span { border-color: rgb(118,21,105); }

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