Html Css Color HEX #781E65 Palatinate Purple

📋 copy color: '#781E65'

red 120 ◦ green 30 ◦ blue 101

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

Shades of Palatinate Purple #781E65

Tints of Palatinate Purple #781E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

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

R = 47.81%
G = 11.95%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#781E65 (or 0x781E65) is known color: Palatinate Purple. HEX triplet: 78, 1E and 65. RGB value is (120,30,101). Sum of RGB (Red+Green+Blue) = 120+30+101=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #781E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E65 is #87E19A. Grayscale: #404040. Windows color (decimal): -8905115 or 6626936. OLE color: 6626936.

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

Color convert

RGB 120 30 101 -
CMYK 0 0.75 0.16 0.53
HSL 312.67º 0.6% 0.29% -
HSV(B) 312.67º 0.75% 0.47% -
XYZ 10.56 5.86 12.89 -
YUV 65 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 120 30 101 0 0.75 0.16 0.53 312.67 0.6 0.29
Hex 78 1E 65 0 4B 10 35 139 3C 1D
Octal 170 36 145 0 113 20 65 471 74 35
Binary 1111000 11110 1100101 0 1001011 10000 110101 100111001 111100 11101

Color Harmonies of #781E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E65

Black with #781E65

Text Example


Text Example

White with #781E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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