Html Css Color HEX #780964 Dark Purple

📋 copy color: '#780964'

red 120 ◦ green 9 ◦ blue 100

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

Shades of Dark Purple #780964

Tints of Dark Purple #780964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.67%

R = 52.4%
G = 3.93%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#780964 (or 0x780964) is known color: Dark Purple. HEX triplet: 78, 09 and 64. RGB value is (120,9,100). Sum of RGB (Red+Green+Blue) = 120+9+100=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #780964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780964 is #87F69B. Grayscale: #343434. Windows color (decimal): -8910492 or 6556024. OLE color: 6556024.

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

Color convert

RGB 120 9 100 -
CMYK 0 0.92 0.17 0.53
HSL 310.81º 0.86% 0.25% -
HSV(B) 310.81º 0.93% 0.47% -
XYZ 10.14 5.11 12.51 -
YUV 52.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 120 9 100 0 0.92 0.17 0.53 310.81 0.86 0.25
Hex 78 9 64 0 5C 11 35 137 56 19
Octal 170 11 144 0 134 21 65 467 126 31
Binary 1111000 1001 1100100 0 1011100 10001 110101 100110111 1010110 11001

Color Harmonies of #780964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780964

Black with #780964

Text Example


Text Example

White with #780964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780964; }

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

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

background-color css

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

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

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

border-color css

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

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

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