Html Css Color HEX #760F70 Purple

📋 copy color: '#760F70'

red 118 ◦ green 15 ◦ blue 112

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

Shades of Purple #760F70

Tints of Purple #760F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

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

R = 48.16%
G = 6.12%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760F70 (or 0x760F70) is known color: Purple. HEX triplet: 76, 0F and 70. RGB value is (118,15,112). Sum of RGB (Red+Green+Blue) = 118+15+112=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #760F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F70 is #89F08F. Grayscale: #383838. Windows color (decimal): -9040016 or 7343990. OLE color: 7343990.

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

Color convert

RGB 118 15 112 -
CMYK 0 0.87 0.05 0.54
HSL 303.5º 0.77% 0.26% -
HSV(B) 303.5º 0.87% 0.46% -
XYZ 10.57 5.36 15.81 -
YUV 56.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 118 15 112 0 0.87 0.05 0.54 303.5 0.77 0.26
Hex 76 F 70 0 57 5 36 12F 4D 1A
Octal 166 17 160 0 127 5 66 457 115 32
Binary 1110110 1111 1110000 0 1010111 101 110110 100101111 1001101 11010

Color Harmonies of #760F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F70

Black with #760F70

Text Example


Text Example

White with #760F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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