Html Css Color HEX #780065 Purple

📋 copy color: '#780065'

red 120 ◦ green 0 ◦ blue 101

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

Shades of Purple #780065

Tints of Purple #780065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.3%
G = 0%
B = 45.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#780065 (or 0x780065) is known color: Purple. HEX triplet: 78, 00 and 65. RGB value is (120,0,101). Sum of RGB (Red+Green+Blue) = 120+0+101=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780065 is #87FF9A. Grayscale: #2F2F2F. Windows color (decimal): -8912795 or 6619256. OLE color: 6619256.

HSL color Cylindrical-coordinate representation of color #780065: hue angle of 309.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780065 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 101 -
CMYK 0 1 0.16 0.53
HSL 309.5º 1% 0.24% -
HSV(B) 309.5º 1% 0.47% -
XYZ 10.09 4.93 12.73 -
YUV 47.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 120 0 101 0 1 0.16 0.53 309.5 1 0.24
Hex 78 0 65 0 64 10 35 136 64 18
Octal 170 0 145 0 144 20 65 466 144 30
Binary 1111000 0 1100101 0 1100100 10000 110101 100110110 1100100 11000

Color Harmonies of #780065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780065

Black with #780065

Text Example


Text Example

White with #780065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780065; }

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

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

background-color css

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

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

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

border-color css

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

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

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