Html Css Color HEX #780291 Purple

📋 copy color: '#780291'

red 120 ◦ green 2 ◦ blue 145

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

Shades of Purple #780291

Tints of Purple #780291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 44.94%
G = 0.75%
B = 54.31%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780291 (or 0x780291) is known color: Purple. HEX triplet: 78, 02 and 91. RGB value is (120,2,145). Sum of RGB (Red+Green+Blue) = 120+2+145=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #780291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780291 is #87FD6E. Grayscale: #353535. Windows color (decimal): -8912239 or 9503352. OLE color: 9503352.

HSL color Cylindrical-coordinate representation of color #780291: hue angle of 289.51º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780291 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 2 145 -
CMYK 0.17 0.99 0 0.43
HSL 289.51º 0.97% 0.29% -
HSV(B) 289.51º 0.99% 0.57% -
XYZ 12.88 6.08 27.28 -
YUV 53.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 120 2 145 0.17 0.99 0 0.43 289.51 0.97 0.29
Hex 78 2 91 11 63 0 2B 122 61 1D
Octal 170 2 221 21 143 0 53 442 141 35
Binary 1111000 10 10010001 10001 1100011 0 101011 100100010 1100001 11101

Color Harmonies of #780291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780291

Black with #780291

Text Example


Text Example

White with #780291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780291; }

 p { color: rgb(120,2,145); }

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

background-color css

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

 a { background-color: rgb(120,2,145); }

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

border-color css

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

 span { border-color: rgb(120,2,145); }

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