Html Css Color HEX #780875 Purple

📋 copy color: '#780875'

red 120 ◦ green 8 ◦ blue 117

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

Shades of Purple #780875

Tints of Purple #780875

RGB

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

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

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

R = 48.98%
G = 3.27%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#780875 (or 0x780875) is known color: Purple. HEX triplet: 78, 08 and 75. RGB value is (120,8,117). Sum of RGB (Red+Green+Blue) = 120+8+117=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #780875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780875 is #87F78A. Grayscale: #353535. Windows color (decimal): -8910731 or 7669880. OLE color: 7669880.

HSL color Cylindrical-coordinate representation of color #780875: hue angle of 301.61º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780875 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 117 -
CMYK 0 0.93 0.02 0.53
HSL 301.61º 0.88% 0.25% -
HSV(B) 301.61º 0.93% 0.47% -
XYZ 11.04 5.45 17.3 -
YUV 53.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 120 8 117 0 0.93 0.02 0.53 301.61 0.88 0.25
Hex 78 8 75 0 5D 2 35 12E 58 19
Octal 170 10 165 0 135 2 65 456 130 31
Binary 1111000 1000 1110101 0 1011101 10 110101 100101110 1011000 11001

Color Harmonies of #780875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780875

Black with #780875

Text Example


Text Example

White with #780875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780875; }

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

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

background-color css

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

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

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

border-color css

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

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

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