Html Css Color HEX #782268 Palatinate Purple

📋 copy color: '#782268'

red 120 ◦ green 34 ◦ blue 104

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

Shades of Palatinate Purple #782268

Tints of Palatinate Purple #782268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

 BLUE value IS 104 (41.02% from 255) = 40.31%

R = 46.51%
G = 13.18%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#782268 (or 0x782268) is known color: Palatinate Purple. HEX triplet: 78, 22 and 68. RGB value is (120,34,104). Sum of RGB (Red+Green+Blue) = 120+34+104=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #782268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782268 is #87DD97. Grayscale: #434343. Windows color (decimal): -8904088 or 6824568. OLE color: 6824568.

HSL color Cylindrical-coordinate representation of color #782268: hue angle of 311.16º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782268 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 104 -
CMYK 0 0.72 0.13 0.53
HSL 311.16º 0.56% 0.3% -
HSV(B) 311.16º 0.72% 0.47% -
XYZ 10.82 6.14 13.71 -
YUV 67.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 120 34 104 0 0.72 0.13 0.53 311.16 0.56 0.3
Hex 78 22 68 0 48 D 35 137 38 1E
Octal 170 42 150 0 110 15 65 467 70 36
Binary 1111000 100010 1101000 0 1001000 1101 110101 100110111 111000 11110

Color Harmonies of #782268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782268

Black with #782268

Text Example


Text Example

White with #782268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782268; }

 p { color: rgb(120,34,104); }

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

background-color css

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

 a { background-color: rgb(120,34,104); }

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

border-color css

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

 span { border-color: rgb(120,34,104); }

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