Html Css Color HEX #782769 Palatinate Purple

📋 copy color: '#782769'

red 120 ◦ green 39 ◦ blue 105

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

Shades of Palatinate Purple #782769

Tints of Palatinate Purple #782769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

 BLUE value IS 105 (41.41% from 255) = 39.77%

R = 45.45%
G = 14.77%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#782769 (or 0x782769) is known color: Palatinate Purple. HEX triplet: 78, 27 and 69. RGB value is (120,39,105). Sum of RGB (Red+Green+Blue) = 120+39+105=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #782769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782769 is #87D896. Grayscale: #464646. Windows color (decimal): -8902807 or 6891384. OLE color: 6891384.

HSL color Cylindrical-coordinate representation of color #782769: hue angle of 311.11º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782769 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 39 105 -
CMYK 0 0.67 0.13 0.53
HSL 311.11º 0.51% 0.31% -
HSV(B) 311.11º 0.68% 0.47% -
XYZ 11.02 6.46 14.03 -
YUV 70.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 120 39 105 0 0.67 0.13 0.53 311.11 0.51 0.31
Hex 78 27 69 0 43 D 35 137 33 1F
Octal 170 47 151 0 103 15 65 467 63 37
Binary 1111000 100111 1101001 0 1000011 1101 110101 100110111 110011 11111

Color Harmonies of #782769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782769

Black with #782769

Text Example


Text Example

White with #782769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782769; }

 p { color: rgb(120,39,105); }

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

background-color css

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

 a { background-color: rgb(120,39,105); }

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

border-color css

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

 span { border-color: rgb(120,39,105); }

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