Html Css Color HEX #782B6A Palatinate Purple

📋 copy color: '#782B6A'

red 120 ◦ green 43 ◦ blue 106

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

Shades of Palatinate Purple #782B6A

Tints of Palatinate Purple #782B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 44.61%
G = 15.99%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#782B6A (or 0x782B6A) is known color: Palatinate Purple. HEX triplet: 78, 2B and 6A. RGB value is (120,43,106). Sum of RGB (Red+Green+Blue) = 120+43+106=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #782B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B6A is #87D495. Grayscale: #494949. Windows color (decimal): -8901782 or 6957944. OLE color: 6957944.

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

Color convert

RGB 120 43 106 -
CMYK 0 0.64 0.12 0.53
HSL 310.91º 0.47% 0.32% -
HSV(B) 310.91º 0.64% 0.47% -
XYZ 11.21 6.76 14.35 -
YUV 73.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 120 43 106 0 0.64 0.12 0.53 310.91 0.47 0.32
Hex 78 2B 6A 0 40 C 35 137 2F 20
Octal 170 53 152 0 100 14 65 467 57 40
Binary 1111000 101011 1101010 0 1000000 1100 110101 100110111 101111 100000

Color Harmonies of #782B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782B6A

Black with #782B6A

Text Example


Text Example

White with #782B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782B6A; }

 p { color: rgb(120,43,106); }

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

background-color css

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

 a { background-color: rgb(120,43,106); }

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

border-color css

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

 span { border-color: rgb(120,43,106); }

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