Html Css Color HEX #761A6C Dark Purple

📋 copy color: '#761A6C'

red 118 ◦ green 26 ◦ blue 108

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

Shades of Dark Purple #761A6C

Tints of Dark Purple #761A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 46.83%
G = 10.32%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#761A6C (or 0x761A6C) is known color: Dark Purple. HEX triplet: 76, 1A and 6C. RGB value is (118,26,108). Sum of RGB (Red+Green+Blue) = 118+26+108=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A6C is #89E593. Grayscale: #3E3E3E. Windows color (decimal): -9037204 or 7084662. OLE color: 7084662.

HSL color Cylindrical-coordinate representation of color #761A6C: hue angle of 306.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A6C is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 108 -
CMYK 0 0.78 0.08 0.54
HSL 306.52º 0.64% 0.28% -
HSV(B) 306.52º 0.78% 0.46% -
XYZ 10.55 5.67 14.73 -
YUV 62.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 118 26 108 0 0.78 0.08 0.54 306.52 0.64 0.28
Hex 76 1A 6C 0 4E 8 36 133 40 1C
Octal 166 32 154 0 116 10 66 463 100 34
Binary 1110110 11010 1101100 0 1001110 1000 110110 100110011 1000000 11100

Color Harmonies of #761A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A6C

Black with #761A6C

Text Example


Text Example

White with #761A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A6C; }

 p { color: rgb(118,26,108); }

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

background-color css

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

 a { background-color: rgb(118,26,108); }

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

border-color css

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

 span { border-color: rgb(118,26,108); }

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