Html Css Color HEX #780482 Purple

📋 copy color: '#780482'

red 120 ◦ green 4 ◦ blue 130

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

Shades of Purple #780482

Tints of Purple #780482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 130 (51.17% from 255) = 51.18%

R = 47.24%
G = 1.57%
B = 51.18%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#780482 (or 0x780482) is known color: Purple. HEX triplet: 78, 04 and 82. RGB value is (120,4,130). Sum of RGB (Red+Green+Blue) = 120+4+130=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #780482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780482 is #87FB7D. Grayscale: #343434. Windows color (decimal): -8911742 or 8520824. OLE color: 8520824.

HSL color Cylindrical-coordinate representation of color #780482: hue angle of 295.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780482 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 4 130 -
CMYK 0.08 0.97 0 0.49
HSL 295.24º 0.94% 0.26% -
HSV(B) 295.24º 0.97% 0.51% -
XYZ 11.82 5.69 21.59 -
YUV 53.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 120 4 130 0.08 0.97 0 0.49 295.24 0.94 0.26
Hex 78 4 82 8 61 0 31 127 5E 1A
Octal 170 4 202 10 141 0 61 447 136 32
Binary 1111000 100 10000010 1000 1100001 0 110001 100100111 1011110 11010

Color Harmonies of #780482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780482

Black with #780482

Text Example


Text Example

White with #780482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780482; }

 p { color: rgb(120,4,130); }

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

background-color css

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

 a { background-color: rgb(120,4,130); }

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

border-color css

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

 span { border-color: rgb(120,4,130); }

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