Html Css Color HEX #760C6F Purple

📋 copy color: '#760C6F'

red 118 ◦ green 12 ◦ blue 111

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

Shades of Purple #760C6F

Tints of Purple #760C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

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

R = 48.96%
G = 4.98%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#760C6F (or 0x760C6F) is known color: Purple. HEX triplet: 76, 0C and 6F. RGB value is (118,12,111). Sum of RGB (Red+Green+Blue) = 118+12+111=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C6F is #89F390. Grayscale: #363636. Windows color (decimal): -9040785 or 7277686. OLE color: 7277686.

HSL color Cylindrical-coordinate representation of color #760C6F: hue angle of 303.96º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C6F is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 111 -
CMYK 0 0.90 0.06 0.54
HSL 303.96º 0.82% 0.25% -
HSV(B) 303.96º 0.9% 0.46% -
XYZ 10.47 5.26 15.5 -
YUV 54.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 118 12 111 0 0.90 0.06 0.54 303.96 0.82 0.25
Hex 76 C 6F 0 5A 6 36 130 52 19
Octal 166 14 157 0 132 6 66 460 122 31
Binary 1110110 1100 1101111 0 1011010 110 110110 100110000 1010010 11001

Color Harmonies of #760C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C6F

Black with #760C6F

Text Example


Text Example

White with #760C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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