Html Css Color HEX #781585 Purple

📋 copy color: '#781585'

red 120 ◦ green 21 ◦ blue 133

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

Shades of Purple #781585

Tints of Purple #781585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 43.8%
G = 7.66%
B = 48.54%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#781585 (or 0x781585) is known color: Purple. HEX triplet: 78, 15 and 85. RGB value is (120,21,133). Sum of RGB (Red+Green+Blue) = 120+21+133=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #781585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781585 is #87EA7A. Grayscale: #3F3F3F. Windows color (decimal): -8907387 or 8721784. OLE color: 8721784.

HSL color Cylindrical-coordinate representation of color #781585: hue angle of 293.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781585 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 21 133 -
CMYK 0.10 0.84 0 0.48
HSL 293.04º 0.73% 0.3% -
HSV(B) 293.04º 0.84% 0.52% -
XYZ 12.25 6.22 22.75 -
YUV 63.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 120 21 133 0.10 0.84 0 0.48 293.04 0.73 0.3
Hex 78 15 85 A 54 0 30 125 49 1E
Octal 170 25 205 12 124 0 60 445 111 36
Binary 1111000 10101 10000101 1010 1010100 0 110000 100100101 1001001 11110

Color Harmonies of #781585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781585

Black with #781585

Text Example


Text Example

White with #781585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781585; }

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

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

background-color css

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

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

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

border-color css

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

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

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