Html Css Color HEX #780673 Purple

📋 copy color: '#780673'

red 120 ◦ green 6 ◦ blue 115

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

Shades of Purple #780673

Tints of Purple #780673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 49.79%
G = 2.49%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#780673 (or 0x780673) is known color: Purple. HEX triplet: 78, 06 and 73. RGB value is (120,6,115). Sum of RGB (Red+Green+Blue) = 120+6+115=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #780673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780673 is #87F98C. Grayscale: #343434. Windows color (decimal): -8911245 or 7538296. OLE color: 7538296.

HSL color Cylindrical-coordinate representation of color #780673: hue angle of 302.63º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780673 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 115 -
CMYK 0 0.95 0.04 0.53
HSL 302.63º 0.9% 0.25% -
HSV(B) 302.63º 0.95% 0.47% -
XYZ 10.91 5.36 16.68 -
YUV 52.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 120 6 115 0 0.95 0.04 0.53 302.63 0.9 0.25
Hex 78 6 73 0 5F 4 35 12F 5A 19
Octal 170 6 163 0 137 4 65 457 132 31
Binary 1111000 110 1110011 0 1011111 100 110101 100101111 1011010 11001

Color Harmonies of #780673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780673

Black with #780673

Text Example


Text Example

White with #780673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780673; }

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

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

background-color css

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

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

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

border-color css

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

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

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