Html Css Color HEX #780169 Purple

📋 copy color: '#780169'

red 120 ◦ green 1 ◦ blue 105

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

Shades of Purple #780169

Tints of Purple #780169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 53.1%
G = 0.44%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780169 (or 0x780169) is known color: Purple. HEX triplet: 78, 01 and 69. RGB value is (120,1,105). Sum of RGB (Red+Green+Blue) = 120+1+105=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780169 is #87FE96. Grayscale: #303030. Windows color (decimal): -8912535 or 6881656. OLE color: 6881656.

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

Color convert

RGB 120 1 105 -
CMYK 0 0.99 0.13 0.53
HSL 307.56º 0.98% 0.24% -
HSV(B) 307.56º 0.99% 0.47% -
XYZ 10.31 5.03 13.79 -
YUV 48.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 120 1 105 0 0.99 0.13 0.53 307.56 0.98 0.24
Hex 78 1 69 0 63 D 35 134 62 18
Octal 170 1 151 0 143 15 65 464 142 30
Binary 1111000 1 1101001 0 1100011 1101 110101 100110100 1100010 11000

Color Harmonies of #780169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780169

Black with #780169

Text Example


Text Example

White with #780169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780169; }

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

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

background-color css

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

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

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

border-color css

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

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

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