Html Css Color HEX #781575 Dark Purple

📋 copy color: '#781575'

red 120 ◦ green 21 ◦ blue 117

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

Shades of Dark Purple #781575

Tints of Dark Purple #781575

RGB

 RED value IS 120 (47.27% from 255) = 46.51%

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

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 46.51%
G = 8.14%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#781575 (or 0x781575) is known color: Dark Purple. HEX triplet: 78, 15 and 75. RGB value is (120,21,117). Sum of RGB (Red+Green+Blue) = 120+21+117=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #781575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781575 is #87EA8A. Grayscale: #3D3D3D. Windows color (decimal): -8907403 or 7673208. OLE color: 7673208.

HSL color Cylindrical-coordinate representation of color #781575: hue angle of 301.82º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781575 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 117 -
CMYK 0 0.83 0.02 0.53
HSL 301.82º 0.7% 0.28% -
HSV(B) 301.82º 0.83% 0.47% -
XYZ 11.22 5.81 17.36 -
YUV 61.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 120 21 117 0 0.83 0.02 0.53 301.82 0.7 0.28
Hex 78 15 75 0 53 2 35 12E 46 1C
Octal 170 25 165 0 123 2 65 456 106 34
Binary 1111000 10101 1110101 0 1010011 10 110101 100101110 1000110 11100

Color Harmonies of #781575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781575

Black with #781575

Text Example


Text Example

White with #781575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781575; }

 p { color: rgb(120,21,117); }

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

background-color css

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

 a { background-color: rgb(120,21,117); }

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

border-color css

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

 span { border-color: rgb(120,21,117); }

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