Html Css Color HEX #781665 Palatinate Purple

📋 copy color: '#781665'

red 120 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #781665

Tints of Palatinate Purple #781665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

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

R = 49.38%
G = 9.05%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#781665 (or 0x781665) is known color: Palatinate Purple. HEX triplet: 78, 16 and 65. RGB value is (120,22,101). Sum of RGB (Red+Green+Blue) = 120+22+101=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781665 is #87E99A. Grayscale: #3C3C3C. Windows color (decimal): -8907163 or 6624888. OLE color: 6624888.

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

Color convert

RGB 120 22 101 -
CMYK 0 0.82 0.16 0.53
HSL 311.63º 0.69% 0.28% -
HSV(B) 311.63º 0.82% 0.47% -
XYZ 10.38 5.51 12.83 -
YUV 60.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 120 22 101 0 0.82 0.16 0.53 311.63 0.69 0.28
Hex 78 16 65 0 52 10 35 138 45 1C
Octal 170 26 145 0 122 20 65 470 105 34
Binary 1111000 10110 1100101 0 1010010 10000 110101 100111000 1000101 11100

Color Harmonies of #781665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781665

Black with #781665

Text Example


Text Example

White with #781665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781665; }

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

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

background-color css

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

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

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

border-color css

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

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

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