Html Css Color HEX #781265 Dark Purple

📋 copy color: '#781265'

red 120 ◦ green 18 ◦ blue 101

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

Shades of Dark Purple #781265

Tints of Dark Purple #781265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

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

R = 50.21%
G = 7.53%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#781265 (or 0x781265) is known color: Dark Purple. HEX triplet: 78, 12 and 65. RGB value is (120,18,101). Sum of RGB (Red+Green+Blue) = 120+18+101=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #781265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781265 is #87ED9A. Grayscale: #393939. Windows color (decimal): -8908187 or 6623864. OLE color: 6623864.

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

Color convert

RGB 120 18 101 -
CMYK 0 0.85 0.16 0.53
HSL 311.18º 0.74% 0.27% -
HSV(B) 311.18º 0.85% 0.47% -
XYZ 10.31 5.37 12.8 -
YUV 57.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 120 18 101 0 0.85 0.16 0.53 311.18 0.74 0.27
Hex 78 12 65 0 55 10 35 137 4A 1B
Octal 170 22 145 0 125 20 65 467 112 33
Binary 1111000 10010 1100101 0 1010101 10000 110101 100110111 1001010 11011

Color Harmonies of #781265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781265

Black with #781265

Text Example


Text Example

White with #781265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781265; }

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

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

background-color css

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

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

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

border-color css

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

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

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