Html Css Color HEX #761570 Dark Purple

📋 copy color: '#761570'

red 118 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #761570

Tints of Dark Purple #761570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

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

R = 47.01%
G = 8.37%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#761570 (or 0x761570) is known color: Dark Purple. HEX triplet: 76, 15 and 70. RGB value is (118,21,112). Sum of RGB (Red+Green+Blue) = 118+21+112=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #761570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761570 is #89EA8F. Grayscale: #3C3C3C. Windows color (decimal): -9038480 or 7345526. OLE color: 7345526.

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

Color convert

RGB 118 21 112 -
CMYK 0 0.82 0.05 0.54
HSL 303.71º 0.7% 0.27% -
HSV(B) 303.71º 0.82% 0.46% -
XYZ 10.66 5.56 15.84 -
YUV 60.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 118 21 112 0 0.82 0.05 0.54 303.71 0.7 0.27
Hex 76 15 70 0 52 5 36 130 46 1B
Octal 166 25 160 0 122 5 66 460 106 33
Binary 1110110 10101 1110000 0 1010010 101 110110 100110000 1000110 11011

Color Harmonies of #761570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761570

Black with #761570

Text Example


Text Example

White with #761570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761570; }

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

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

background-color css

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

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

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

border-color css

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

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

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