Html Css Color HEX #780692 Purple

📋 copy color: '#780692'

red 120 ◦ green 6 ◦ blue 146

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

Shades of Purple #780692

Tints of Purple #780692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 44.12%
G = 2.21%
B = 53.68%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780692 (or 0x780692) is known color: Purple. HEX triplet: 78, 06 and 92. RGB value is (120,6,146). Sum of RGB (Red+Green+Blue) = 120+6+146=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #780692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780692 is #87F96D. Grayscale: #373737. Windows color (decimal): -8911214 or 9569912. OLE color: 9569912.

HSL color Cylindrical-coordinate representation of color #780692: hue angle of 288.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780692 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 6 146 -
CMYK 0.18 0.96 0 0.43
HSL 288.86º 0.92% 0.3% -
HSV(B) 288.86º 0.96% 0.57% -
XYZ 13 6.2 27.71 -
YUV 56.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 120 6 146 0.18 0.96 0 0.43 288.86 0.92 0.3
Hex 78 6 92 12 60 0 2B 121 5C 1E
Octal 170 6 222 22 140 0 53 441 134 36
Binary 1111000 110 10010010 10010 1100000 0 101011 100100001 1011100 11110

Color Harmonies of #780692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780692

Black with #780692

Text Example


Text Example

White with #780692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780692; }

 p { color: rgb(120,6,146); }

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

background-color css

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

 a { background-color: rgb(120,6,146); }

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

border-color css

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

 span { border-color: rgb(120,6,146); }

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