Html Css Color HEX #760D70 Purple

📋 copy color: '#760D70'

red 118 ◦ green 13 ◦ blue 112

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

Shades of Purple #760D70

Tints of Purple #760D70

RGB

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

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

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

R = 48.56%
G = 5.35%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760D70 (or 0x760D70) is known color: Purple. HEX triplet: 76, 0D and 70. RGB value is (118,13,112). Sum of RGB (Red+Green+Blue) = 118+13+112=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #760D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D70 is #89F28F. Grayscale: #373737. Windows color (decimal): -9040528 or 7343478. OLE color: 7343478.

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

Color convert

RGB 118 13 112 -
CMYK 0 0.89 0.05 0.54
HSL 303.43º 0.8% 0.26% -
HSV(B) 303.43º 0.89% 0.46% -
XYZ 10.54 5.31 15.8 -
YUV 55.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 118 13 112 0 0.89 0.05 0.54 303.43 0.8 0.26
Hex 76 D 70 0 59 5 36 12F 50 1A
Octal 166 15 160 0 131 5 66 457 120 32
Binary 1110110 1101 1110000 0 1011001 101 110110 100101111 1010000 11010

Color Harmonies of #760D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D70

Black with #760D70

Text Example


Text Example

White with #760D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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