Html Css Color HEX #760C7C Purple

📋 copy color: '#760C7C'

red 118 ◦ green 12 ◦ blue 124

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

Shades of Purple #760C7C

Tints of Purple #760C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 46.46%
G = 4.72%
B = 48.82%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#760C7C (or 0x760C7C) is known color: Purple. HEX triplet: 76, 0C and 7C. RGB value is (118,12,124). Sum of RGB (Red+Green+Blue) = 118+12+124=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #760C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C7C is #89F383. Grayscale: #383838. Windows color (decimal): -9040772 or 8129654. OLE color: 8129654.

HSL color Cylindrical-coordinate representation of color #760C7C: hue angle of 296.79º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C7C is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 12 124 -
CMYK 0.05 0.90 0 0.51
HSL 296.79º 0.82% 0.27% -
HSV(B) 296.79º 0.9% 0.49% -
XYZ 11.24 5.57 19.55 -
YUV 56.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 118 12 124 0.05 0.90 0 0.51 296.79 0.82 0.27
Hex 76 C 7C 5 5A 0 33 129 52 1B
Octal 166 14 174 5 132 0 63 451 122 33
Binary 1110110 1100 1111100 101 1011010 0 110011 100101001 1010010 11011

Color Harmonies of #760C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C7C

Black with #760C7C

Text Example


Text Example

White with #760C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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