Html Css Color HEX #761469 Dark Purple

📋 copy color: '#761469'

red 118 ◦ green 20 ◦ blue 105

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

Shades of Dark Purple #761469

Tints of Dark Purple #761469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 48.56%
G = 8.23%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#761469 (or 0x761469) is known color: Dark Purple. HEX triplet: 76, 14 and 69. RGB value is (118,20,105). Sum of RGB (Red+Green+Blue) = 118+20+105=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761469 is #89EB96. Grayscale: #3A3A3A. Windows color (decimal): -9038743 or 6886518. OLE color: 6886518.

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

Color convert

RGB 118 20 105 -
CMYK 0 0.83 0.11 0.54
HSL 307.96º 0.71% 0.27% -
HSV(B) 307.96º 0.83% 0.46% -
XYZ 10.27 5.37 13.86 -
YUV 58.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 118 20 105 0 0.83 0.11 0.54 307.96 0.71 0.27
Hex 76 14 69 0 53 B 36 134 47 1B
Octal 166 24 151 0 123 13 66 464 107 33
Binary 1110110 10100 1101001 0 1010011 1011 110110 100110100 1000111 11011

Color Harmonies of #761469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761469

Black with #761469

Text Example


Text Example

White with #761469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761469; }

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

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

background-color css

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

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

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

border-color css

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

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

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