Html Css Color HEX #761270 Dark Purple

📋 copy color: '#761270'

red 118 ◦ green 18 ◦ blue 112

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

Shades of Dark Purple #761270

Tints of Dark Purple #761270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 47.58%
G = 7.26%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#761270 (or 0x761270) is known color: Dark Purple. HEX triplet: 76, 12 and 70. RGB value is (118,18,112). Sum of RGB (Red+Green+Blue) = 118+18+112=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #761270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761270 is #89ED8F. Grayscale: #3A3A3A. Windows color (decimal): -9039248 or 7344758. OLE color: 7344758.

HSL color Cylindrical-coordinate representation of color #761270: hue angle of 303.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761270 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 112 -
CMYK 0 0.85 0.05 0.54
HSL 303.6º 0.74% 0.27% -
HSV(B) 303.6º 0.85% 0.46% -
XYZ 10.61 5.45 15.82 -
YUV 58.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 118 18 112 0 0.85 0.05 0.54 303.6 0.74 0.27
Hex 76 12 70 0 55 5 36 130 4A 1B
Octal 166 22 160 0 125 5 66 460 112 33
Binary 1110110 10010 1110000 0 1010101 101 110110 100110000 1001010 11011

Color Harmonies of #761270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761270

Black with #761270

Text Example


Text Example

White with #761270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761270; }

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

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

background-color css

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

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

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

border-color css

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

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

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