Html Css Color HEX #780985 Purple

📋 copy color: '#780985'

red 120 ◦ green 9 ◦ blue 133

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

Shades of Purple #780985

Tints of Purple #780985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 45.8%
G = 3.44%
B = 50.76%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#780985 (or 0x780985) is known color: Purple. HEX triplet: 78, 09 and 85. RGB value is (120,9,133). Sum of RGB (Red+Green+Blue) = 120+9+133=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #780985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780985 is #87F67A. Grayscale: #373737. Windows color (decimal): -8910459 or 8718712. OLE color: 8718712.

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

Color convert

RGB 120 9 133 -
CMYK 0.10 0.93 0 0.48
HSL 293.71º 0.87% 0.28% -
HSV(B) 293.71º 0.93% 0.52% -
XYZ 12.08 5.88 22.69 -
YUV 56.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 120 9 133 0.10 0.93 0 0.48 293.71 0.87 0.28
Hex 78 9 85 A 5D 0 30 126 57 1C
Octal 170 11 205 12 135 0 60 446 127 34
Binary 1111000 1001 10000101 1010 1011101 0 110000 100100110 1010111 11100

Color Harmonies of #780985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780985

Black with #780985

Text Example


Text Example

White with #780985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780985; }

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

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

background-color css

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

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

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

border-color css

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

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

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