Html Css Color HEX #780670 Purple

📋 copy color: '#780670'

red 120 ◦ green 6 ◦ blue 112

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

Shades of Purple #780670

Tints of Purple #780670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 50.42%
G = 2.52%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#780670 (or 0x780670) is known color: Purple. HEX triplet: 78, 06 and 70. RGB value is (120,6,112). Sum of RGB (Red+Green+Blue) = 120+6+112=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780670 is #87F98F. Grayscale: #333333. Windows color (decimal): -8911248 or 7341688. OLE color: 7341688.

HSL color Cylindrical-coordinate representation of color #780670: hue angle of 304.21º 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 #780670 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 112 -
CMYK 0 0.95 0.07 0.53
HSL 304.21º 0.9% 0.25% -
HSV(B) 304.21º 0.95% 0.47% -
XYZ 10.74 5.29 15.79 -
YUV 52.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 120 6 112 0 0.95 0.07 0.53 304.21 0.9 0.25
Hex 78 6 70 0 5F 7 35 130 5A 19
Octal 170 6 160 0 137 7 65 460 132 31
Binary 1111000 110 1110000 0 1011111 111 110101 100110000 1011010 11001

Color Harmonies of #780670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780670

Black with #780670

Text Example


Text Example

White with #780670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780670; }

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

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

background-color css

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

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

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

border-color css

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

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

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