Html Css Color HEX #780865 Purple

📋 copy color: '#780865'

red 120 ◦ green 8 ◦ blue 101

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

Shades of Purple #780865

Tints of Purple #780865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 52.4%
G = 3.49%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#780865 (or 0x780865) is known color: Purple. HEX triplet: 78, 08 and 65. RGB value is (120,8,101). Sum of RGB (Red+Green+Blue) = 120+8+101=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #780865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780865 is #87F79A. Grayscale: #333333. Windows color (decimal): -8910747 or 6621304. OLE color: 6621304.

HSL color Cylindrical-coordinate representation of color #780865: hue angle of 310.18º 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 #780865 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 101 -
CMYK 0 0.93 0.16 0.53
HSL 310.18º 0.88% 0.25% -
HSV(B) 310.18º 0.93% 0.47% -
XYZ 10.18 5.11 12.76 -
YUV 52.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 120 8 101 0 0.93 0.16 0.53 310.18 0.88 0.25
Hex 78 8 65 0 5D 10 35 136 58 19
Octal 170 10 145 0 135 20 65 466 130 31
Binary 1111000 1000 1100101 0 1011101 10000 110101 100110110 1011000 11001

Color Harmonies of #780865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780865

Black with #780865

Text Example


Text Example

White with #780865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780865; }

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

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

background-color css

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

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

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

border-color css

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

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

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