Html Css Color HEX #780965 Dark Purple

📋 copy color: '#780965'

red 120 ◦ green 9 ◦ blue 101

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

Shades of Dark Purple #780965

Tints of Dark Purple #780965

RGB

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

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

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

R = 52.17%
G = 3.91%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#780965 (or 0x780965) is known color: Dark Purple. HEX triplet: 78, 09 and 65. RGB value is (120,9,101). Sum of RGB (Red+Green+Blue) = 120+9+101=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #780965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780965 is #87F69A. Grayscale: #343434. Windows color (decimal): -8910491 or 6621560. OLE color: 6621560.

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

Color convert

RGB 120 9 101 -
CMYK 0 0.92 0.16 0.53
HSL 310.27º 0.86% 0.25% -
HSV(B) 310.27º 0.93% 0.47% -
XYZ 10.19 5.13 12.76 -
YUV 52.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 120 9 101 0 0.92 0.16 0.53 310.27 0.86 0.25
Hex 78 9 65 0 5C 10 35 136 56 19
Octal 170 11 145 0 134 20 65 466 126 31
Binary 1111000 1001 1100101 0 1011100 10000 110101 100110110 1010110 11001

Color Harmonies of #780965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780965

Black with #780965

Text Example


Text Example

White with #780965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780965; }

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

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

background-color css

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

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

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

border-color css

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

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

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