Html Css Color HEX #760D6F Purple

📋 copy color: '#760D6F'

red 118 ◦ green 13 ◦ blue 111

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

Shades of Purple #760D6F

Tints of Purple #760D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 48.76%
G = 5.37%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#760D6F (or 0x760D6F) is known color: Purple. HEX triplet: 76, 0D and 6F. RGB value is (118,13,111). Sum of RGB (Red+Green+Blue) = 118+13+111=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #760D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D6F is #89F290. Grayscale: #373737. Windows color (decimal): -9040529 or 7277942. OLE color: 7277942.

HSL color Cylindrical-coordinate representation of color #760D6F: hue angle of 304º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D6F is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 111 -
CMYK 0 0.89 0.06 0.54
HSL 304º 0.8% 0.26% -
HSV(B) 304º 0.89% 0.46% -
XYZ 10.48 5.29 15.51 -
YUV 55.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 118 13 111 0 0.89 0.06 0.54 304 0.8 0.26
Hex 76 D 6F 0 59 6 36 130 50 1A
Octal 166 15 157 0 131 6 66 460 120 32
Binary 1110110 1101 1101111 0 1011001 110 110110 100110000 1010000 11010

Color Harmonies of #760D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D6F

Black with #760D6F

Text Example


Text Example

White with #760D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D6F; }

 p { color: rgb(118,13,111); }

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

background-color css

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

 a { background-color: rgb(118,13,111); }

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

border-color css

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

 span { border-color: rgb(118,13,111); }

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