Html Css Color HEX #760C7F Purple

📋 copy color: '#760C7F'

red 118 ◦ green 12 ◦ blue 127

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

Shades of Purple #760C7F

Tints of Purple #760C7F

RGB

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

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

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

R = 45.91%
G = 4.67%
B = 49.42%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#760C7F (or 0x760C7F) is known color: Purple. HEX triplet: 76, 0C and 7F. RGB value is (118,12,127). Sum of RGB (Red+Green+Blue) = 118+12+127=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #760C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C7F is #89F380. Grayscale: #383838. Windows color (decimal): -9040769 or 8326262. OLE color: 8326262.

HSL color Cylindrical-coordinate representation of color #760C7F: hue angle of 295.3º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760C7F is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 12 127 -
CMYK 0.07 0.91 0 0.50
HSL 295.3º 0.83% 0.27% -
HSV(B) 295.3º 0.91% 0.5% -
XYZ 11.43 5.65 20.57 -
YUV 56.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 118 12 127 0.07 0.91 0 0.50 295.3 0.83 0.27
Hex 76 C 7F 7 5B 0 32 127 53 1B
Octal 166 14 177 7 133 0 62 447 123 33
Binary 1110110 1100 1111111 111 1011011 0 110010 100100111 1010011 11011

Color Harmonies of #760C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C7F

Black with #760C7F

Text Example


Text Example

White with #760C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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