Html Css Color HEX #761B7F Dark Purple

📋 copy color: '#761B7F'

red 118 ◦ green 27 ◦ blue 127

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

Shades of Dark Purple #761B7F

Tints of Dark Purple #761B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 43.38%
G = 9.93%
B = 46.69%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#761B7F (or 0x761B7F) is known color: Dark Purple. HEX triplet: 76, 1B and 7F. RGB value is (118,27,127). Sum of RGB (Red+Green+Blue) = 118+27+127=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #761B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B7F is #89E480. Grayscale: #414141. Windows color (decimal): -9036929 or 8330102. OLE color: 8330102.

HSL color Cylindrical-coordinate representation of color #761B7F: hue angle of 294.6º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761B7F is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 27 127 -
CMYK 0.07 0.79 0 0.50
HSL 294.6º 0.65% 0.3% -
HSV(B) 294.6º 0.79% 0.5% -
XYZ 11.69 6.17 20.65 -
YUV 65.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 118 27 127 0.07 0.79 0 0.50 294.6 0.65 0.3
Hex 76 1B 7F 7 4F 0 32 127 41 1E
Octal 166 33 177 7 117 0 62 447 101 36
Binary 1110110 11011 1111111 111 1001111 0 110010 100100111 1000001 11110

Color Harmonies of #761B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B7F

Black with #761B7F

Text Example


Text Example

White with #761B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,27,127); }

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

background-color css

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

 a { background-color: rgb(118,27,127); }

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

border-color css

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

 span { border-color: rgb(118,27,127); }

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