Html Css Color HEX #780885 Purple

📋 copy color: '#780885'

red 120 ◦ green 8 ◦ blue 133

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

Shades of Purple #780885

Tints of Purple #780885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 45.98%
G = 3.07%
B = 50.96%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#780885 (or 0x780885) is known color: Purple. HEX triplet: 78, 08 and 85. RGB value is (120,8,133). Sum of RGB (Red+Green+Blue) = 120+8+133=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #780885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780885 is #87F77A. Grayscale: #373737. Windows color (decimal): -8910715 or 8718456. OLE color: 8718456.

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

Color convert

RGB 120 8 133 -
CMYK 0.10 0.94 0 0.48
HSL 293.76º 0.89% 0.28% -
HSV(B) 293.76º 0.94% 0.52% -
XYZ 12.07 5.86 22.69 -
YUV 55.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 120 8 133 0.10 0.94 0 0.48 293.76 0.89 0.28
Hex 78 8 85 A 5E 0 30 126 59 1C
Octal 170 10 205 12 136 0 60 446 131 34
Binary 1111000 1000 10000101 1010 1011110 0 110000 100100110 1011001 11100

Color Harmonies of #780885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780885

Black with #780885

Text Example


Text Example

White with #780885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780885; }

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

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

background-color css

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

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

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

border-color css

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

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

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