Html Css Color HEX #782962 Palatinate Purple

📋 copy color: '#782962'

red 120 ◦ green 41 ◦ blue 98

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

Shades of Palatinate Purple #782962

Tints of Palatinate Purple #782962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 46.33%
G = 15.83%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#782962 (or 0x782962) is known color: Palatinate Purple. HEX triplet: 78, 29 and 62. RGB value is (120,41,98). Sum of RGB (Red+Green+Blue) = 120+41+98=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #782962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782962 is #87D69D. Grayscale: #464646. Windows color (decimal): -8902302 or 6433144. OLE color: 6433144.

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

Color convert

RGB 120 41 98 -
CMYK 0 0.66 0.18 0.53
HSL 316.71º 0.49% 0.32% -
HSV(B) 316.71º 0.66% 0.47% -
XYZ 10.74 6.46 12.24 -
YUV 71.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 120 41 98 0 0.66 0.18 0.53 316.71 0.49 0.32
Hex 78 29 62 0 42 12 35 13D 31 20
Octal 170 51 142 0 102 22 65 475 61 40
Binary 1111000 101001 1100010 0 1000010 10010 110101 100111101 110001 100000

Color Harmonies of #782962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782962

Black with #782962

Text Example


Text Example

White with #782962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782962; }

 p { color: rgb(120,41,98); }

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

background-color css

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

 a { background-color: rgb(120,41,98); }

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

border-color css

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

 span { border-color: rgb(120,41,98); }

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