Html Css Color HEX #760A70 Purple

📋 copy color: '#760A70'

red 118 ◦ green 10 ◦ blue 112

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

Shades of Purple #760A70

Tints of Purple #760A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.17%

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

R = 49.17%
G = 4.17%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760A70 (or 0x760A70) is known color: Purple. HEX triplet: 76, 0A and 70. RGB value is (118,10,112). Sum of RGB (Red+Green+Blue) = 118+10+112=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A70 is #89F58F. Grayscale: #353535. Windows color (decimal): -9041296 or 7342710. OLE color: 7342710.

HSL color Cylindrical-coordinate representation of color #760A70: hue angle of 303.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A70 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 10 112 -
CMYK 0 0.92 0.05 0.54
HSL 303.33º 0.84% 0.25% -
HSV(B) 303.33º 0.92% 0.46% -
XYZ 10.5 5.24 15.79 -
YUV 53.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 118 10 112 0 0.92 0.05 0.54 303.33 0.84 0.25
Hex 76 A 70 0 5C 5 36 12F 54 19
Octal 166 12 160 0 134 5 66 457 124 31
Binary 1110110 1010 1110000 0 1011100 101 110110 100101111 1010100 11001

Color Harmonies of #760A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A70

Black with #760A70

Text Example


Text Example

White with #760A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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