Html Css Color HEX #761A6E Dark Purple

📋 copy color: '#761A6E'

red 118 ◦ green 26 ◦ blue 110

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

Shades of Dark Purple #761A6E

Tints of Dark Purple #761A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 46.46%
G = 10.24%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#761A6E (or 0x761A6E) is known color: Dark Purple. HEX triplet: 76, 1A and 6E. RGB value is (118,26,110). Sum of RGB (Red+Green+Blue) = 118+26+110=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #761A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A6E is #89E591. Grayscale: #3E3E3E. Windows color (decimal): -9037202 or 7215734. OLE color: 7215734.

HSL color Cylindrical-coordinate representation of color #761A6E: hue angle of 305.22º 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 #761A6E is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 110 -
CMYK 0 0.78 0.07 0.54
HSL 305.22º 0.64% 0.28% -
HSV(B) 305.22º 0.78% 0.46% -
XYZ 10.66 5.72 15.29 -
YUV 63.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 118 26 110 0 0.78 0.07 0.54 305.22 0.64 0.28
Hex 76 1A 6E 0 4E 7 36 131 40 1C
Octal 166 32 156 0 116 7 66 461 100 34
Binary 1110110 11010 1101110 0 1001110 111 110110 100110001 1000000 11100

Color Harmonies of #761A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A6E

Black with #761A6E

Text Example


Text Example

White with #761A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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