Html Css Color HEX #783262 Palatinate Purple

📋 copy color: '#783262'

red 120 ◦ green 50 ◦ blue 98

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

Shades of Palatinate Purple #783262

Tints of Palatinate Purple #783262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 44.78%
G = 18.66%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#783262 (or 0x783262) is known color: Palatinate Purple. HEX triplet: 78, 32 and 62. RGB value is (120,50,98). Sum of RGB (Red+Green+Blue) = 120+50+98=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #783262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783262 is #87CD9D. Grayscale: #4C4C4C. Windows color (decimal): -8899998 or 6435448. OLE color: 6435448.

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

Color convert

RGB 120 50 98 -
CMYK 0 0.58 0.18 0.53
HSL 318.86º 0.41% 0.33% -
HSV(B) 318.86º 0.58% 0.47% -
XYZ 11.09 7.16 12.35 -
YUV 76.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 120 50 98 0 0.58 0.18 0.53 318.86 0.41 0.33
Hex 78 32 62 0 3A 12 35 13F 29 21
Octal 170 62 142 0 72 22 65 477 51 41
Binary 1111000 110010 1100010 0 111010 10010 110101 100111111 101001 100001

Color Harmonies of #783262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783262

Black with #783262

Text Example


Text Example

White with #783262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783262; }

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

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

background-color css

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

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

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

border-color css

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

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

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