Html Css Color HEX #781985 Purple

📋 copy color: '#781985'

red 120 ◦ green 25 ◦ blue 133

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

Shades of Purple #781985

Tints of Purple #781985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

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

R = 43.17%
G = 8.99%
B = 47.84%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#781985 (or 0x781985) is known color: Purple. HEX triplet: 78, 19 and 85. RGB value is (120,25,133). Sum of RGB (Red+Green+Blue) = 120+25+133=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #781985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781985 is #87E67A. Grayscale: #414141. Windows color (decimal): -8906363 or 8722808. OLE color: 8722808.

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

Color convert

RGB 120 25 133 -
CMYK 0.10 0.81 0 0.48
HSL 292.78º 0.68% 0.31% -
HSV(B) 292.78º 0.81% 0.52% -
XYZ 12.33 6.38 22.77 -
YUV 65.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 120 25 133 0.10 0.81 0 0.48 292.78 0.68 0.31
Hex 78 19 85 A 51 0 30 125 44 1F
Octal 170 31 205 12 121 0 60 445 104 37
Binary 1111000 11001 10000101 1010 1010001 0 110000 100100101 1000100 11111

Color Harmonies of #781985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781985

Black with #781985

Text Example


Text Example

White with #781985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781985; }

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

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

background-color css

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

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

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

border-color css

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

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

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