Html Css Color HEX #760B70 Purple

📋 copy color: '#760B70'

red 118 ◦ green 11 ◦ blue 112

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

Shades of Purple #760B70

Tints of Purple #760B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

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

R = 48.96%
G = 4.56%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760B70 (or 0x760B70) is known color: Purple. HEX triplet: 76, 0B and 70. RGB value is (118,11,112). Sum of RGB (Red+Green+Blue) = 118+11+112=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B70 is #89F48F. Grayscale: #363636. Windows color (decimal): -9041040 or 7342966. OLE color: 7342966.

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

Color convert

RGB 118 11 112 -
CMYK 0 0.91 0.05 0.54
HSL 303.36º 0.83% 0.25% -
HSV(B) 303.36º 0.91% 0.46% -
XYZ 10.52 5.26 15.79 -
YUV 54.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 118 11 112 0 0.91 0.05 0.54 303.36 0.83 0.25
Hex 76 B 70 0 5B 5 36 12F 53 19
Octal 166 13 160 0 133 5 66 457 123 31
Binary 1110110 1011 1110000 0 1011011 101 110110 100101111 1010011 11001

Color Harmonies of #760B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B70

Black with #760B70

Text Example


Text Example

White with #760B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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