Html Css Color HEX #781965 Palatinate Purple

📋 copy color: '#781965'

red 120 ◦ green 25 ◦ blue 101

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

Shades of Palatinate Purple #781965

Tints of Palatinate Purple #781965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 48.78%
G = 10.16%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#781965 (or 0x781965) is known color: Palatinate Purple. HEX triplet: 78, 19 and 65. RGB value is (120,25,101). Sum of RGB (Red+Green+Blue) = 120+25+101=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #781965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781965 is #87E69A. Grayscale: #3D3D3D. Windows color (decimal): -8906395 or 6625656. OLE color: 6625656.

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

Color convert

RGB 120 25 101 -
CMYK 0 0.79 0.16 0.53
HSL 312º 0.66% 0.28% -
HSV(B) 312º 0.79% 0.47% -
XYZ 10.44 5.63 12.85 -
YUV 62.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 120 25 101 0 0.79 0.16 0.53 312 0.66 0.28
Hex 78 19 65 0 4F 10 35 138 42 1C
Octal 170 31 145 0 117 20 65 470 102 34
Binary 1111000 11001 1100101 0 1001111 10000 110101 100111000 1000010 11100

Color Harmonies of #781965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781965

Black with #781965

Text Example


Text Example

White with #781965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781965; }

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

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

background-color css

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

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

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

border-color css

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

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

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