Html Css Color HEX #760C70 Purple

📋 copy color: '#760C70'

red 118 ◦ green 12 ◦ blue 112

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

Shades of Purple #760C70

Tints of Purple #760C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 48.76%
G = 4.96%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760C70 (or 0x760C70) is known color: Purple. HEX triplet: 76, 0C and 70. RGB value is (118,12,112). Sum of RGB (Red+Green+Blue) = 118+12+112=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #760C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C70 is #89F38F. Grayscale: #363636. Windows color (decimal): -9040784 or 7343222. OLE color: 7343222.

HSL color Cylindrical-coordinate representation of color #760C70: hue angle of 303.4º 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 #760C70 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 112 -
CMYK 0 0.90 0.05 0.54
HSL 303.4º 0.82% 0.25% -
HSV(B) 303.4º 0.9% 0.46% -
XYZ 10.53 5.28 15.79 -
YUV 55.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 118 12 112 0 0.90 0.05 0.54 303.4 0.82 0.25
Hex 76 C 70 0 5A 5 36 12F 52 19
Octal 166 14 160 0 132 5 66 457 122 31
Binary 1110110 1100 1110000 0 1011010 101 110110 100101111 1010010 11001

Color Harmonies of #760C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C70

Black with #760C70

Text Example


Text Example

White with #760C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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